|
How to encrypt a string in Java
Hi all
I have got some code from net abt encrypting a string using jce..
but it uses Base64Encoder.... i dont have this package..?
how to get this package...?
Is there any other way to encrypt a string say
String username = new String("fedora");
i need to encrypt this String username....
Can any one Please tell me the code to do this..
THANKS IN ADVANCE
|