Java encryption frameworks/toolkits [closed]
My team is looking for a proven and easy to use Java encryption framework or toolkit to encrypt our data traffic. We have found Google's KeyCzar and it looks promising but we want to know if anyone has had success with other toolkits or have had issues with KeyCzar.
I have succesfully used jasypt, pretty easy to get started.
The JDK comes with a security framework and encryption algorithms. Read http://download.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html.
精彩评论