Programming Cryptography in J2SE 1.3.1  
Author Message
Zheng Da





PostPosted: 2006-4-29 14:20:00 Top

java-programmer, Programming Cryptography in J2SE 1.3.1 The classes such as KeyGenerator and Cipher do not exist in J2SE 1.3.1.
How to encrypt the data and decrypt it in this version of J2SE?
Does anyone have ideas?
Thank you

 
Roland de Ruiter





PostPosted: 2006-4-29 17:14:00 Top

java-programmer >> Programming Cryptography in J2SE 1.3.1 Zheng Da wrote:
> The classes such as KeyGenerator and Cipher do not exist in J2SE 1.3.1.
> How to encrypt the data and decrypt it in this version of J2SE?
> Does anyone have ideas?
> Thank you
>
Download and install JCE 1.2.2 (Java Cryptography Extension)
<http://java.sun.com/products/jce/downloads/>
--
Regards,

Roland
 
Zheng Da





PostPosted: 2006-4-29 22:47:00 Top

java-programmer >> Programming Cryptography in J2SE 1.3.1 thank you

Roland de Ruiter wrote:
> Zheng Da wrote:
> > The classes such as KeyGenerator and Cipher do not exist in J2SE 1.3.1.
> > How to encrypt the data and decrypt it in this version of J2SE?
> > Does anyone have ideas?
> > Thank you
> >
> Download and install JCE 1.2.2 (Java Cryptography Extension)
> <http://java.sun.com/products/jce/downloads/>
> --
> Regards,
>
> Roland