除了 BouncyCastle 之外还有其他开源 JCE 库吗?
我正在寻找实现一些更深奥的加密算法的开源 JCE 库,以便我可以研究它们的实现。 我对实现斯坦福大学发布的基于身份的加密(IBE)的加密技术特别感兴趣。
I am looking for open source JCE libraries that implement some of the more esoteric encryption algorithms so that I can study their implementation. I would be especially interested in ones that implement Identity Based Encryption (IBE) as published by Stanford.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Cryptix(不确定目前处于什么状态,但我上次使用它时质量很高):
http:// www.cryptix.org
http://sourceforge.net/projects/cryptix
Cryptix (not sure what state its in at the moment but it was high quality when I used it last):
http://www.cryptix.org
http://sourceforge.net/projects/cryptix
GNU Classpath也有自己的JCE实现,但是是否支持IBE则是另一回事了。
GNU Classpath also has their own JCE implementation, however, whether they support IBE is another story.