java加密
嘿...你能给出java中任何简单加密技术的代码吗...请帮助我
hey...can u please give the code for any simple encryption technique in java....please help me out
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在此处查看内置 AES 使用示例 和那里。
更新了过期的 Sun 链接。
Check out the example of built-in AES usage here and there.
Updated expired Sun link.
这取决于您想要什么类型的加密。如果您想要易于使用的生产就绪加密,您应该查看 Jasypt。
It depends on what type of encryption you do like to have. If you want to have easy to use production-ready encryption, you should look at Jasypt.