Listing All Available Encryption and Decryption Algorithms
Retrieving the list of available encryption/decryption algorithms
requires checking the services provided by all registered providers.
The retrieved list of names can be used in creating a Cipher object.
An example of the output:
// This method is implemented in Listing All Available Cryptographic Services
String[] names = getCryptoImpls("Cipher");
Blowfish
DESede
PBEWithMD5AndTripleDES
TripleDES
DES
PBEWithMD5AndDES
image encryption and decryption in java programming
Yes for image encryption and decryption. The image is just a stream which you can use
CipherOutputStream and CipherInputStream
Regards,
Alan Mehio
London, UK
Thanks Alan Mehio for you precise answers. I have been following you on sun forum for threading,core,AWT and SWING; nice replies. All the best
Regards,
John Eriksberg
Sweden
thanks for the inf....