Java encryption schemes / toolkit

My team is looking for a proven and easy-to-use Java encryption platform or toolkit to encrypt our data traffic. We found Google KeyCzar , and it looks promising, but we want to know if anyone has had success with other tools or had problems with KeyCzar.

+3
source share
2 answers

I have successfully used jasypt , it's pretty easy to get started.

+2
source

JDK comes with a security infrastructure and encryption algorithms. Read the http://download.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html .

+1

All Articles