tags:

views:

39

answers:

2

Are there any softwares or API's that provide the implementations of cryptographic methods like RSA , DES etc... ???

A: 

I Think there is a support by Java in the form of Java Cipher Suite . I am not confident ... just check it out at once ...

ravi
A: 

Check out the Java Cryptographic Extensions framework. I've used it for implementing AES encryption and it was very nice to use and simple to setup.

Or you could you the Bouncy Castle API which i hear is nice and simple too.

HTH

simonlord