如何使用RSA加密java对象
大家好,大家可以告诉我如何加密和加密吗?解密Java对象
Hi can everyone tell me how to encrypt & decrypt Java oject
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
大家好,大家可以告诉我如何加密和加密吗?解密Java对象
Hi can everyone tell me how to encrypt & decrypt Java oject
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
首先,对象应该是可序列化的。然后,有关使用 Cipher 和 DES 算法的示例,请参阅 http://www .exampledepot.com/egs/javax.crypto/EncryptObject.html
我将把它作为练习,以了解如何更改它以使用 RSA。
如果您需要更具体的信息,请添加到您的问题中;通用的问题得到通用的回答。
First of all, the object should be serializable. Then, for an example using Cipher and the DES algorithm, see http://www.exampledepot.com/egs/javax.crypto/EncryptObject.html
I'll leave it as an exercise to figure out how to change this to use RSA.
If you need something more specific, please add on to your question; generic questions get generic responses.
http://andreas.louca.org/2008 /03/20/java-rsa-encryption-an-example/
http ://www.javamex.com/tutorials/cryptography/rsa_encryption.shtml
PS 美国关于在此网站上提供加密方法的法律是什么?
http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/
http://www.javamex.com/tutorials/cryptography/rsa_encryption.shtml
P.S. What is the U.S. law on providing Encryption howto on this site ?