Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
通过快速 Google 搜索应该可以轻松回答 Q1 和 Q2。
对于 Q3 - 我建议您不要在没有充分理由的情况下尝试从头开始实现 PGP(如果您仍然对 Q1 和 Q2 感到困惑,当然不要尝试)。如果您想在 Java 中使用 PGP,请尝试使用 BouncyCastle 库,它提供 PGP 支持。
Q1 and Q2 should be easily answerable with a quick Google search.
For Q3 - I would recommend you don't attempt to implement PGP from scratch without a very good reason (and certainly not if you are still flummoxed by Q1 and Q2). If you wish to play with PGP from Java, try using the BouncyCastle libraries, which offer PGP support.