FreshmenProgrammer
Programmer
I would like to exchange encrypted token between Perl and Java using 3DES/ECB and a simple passphrase(key).
The passphrase is an ASCII character string of upto 48 characters.
But I do have a problem with the Java side of things, because until now I could not find any example for simple passphrase encryption.
I would really appreciate some help in form of some sample code or a link to a tutorial using 3DES/ECB in Java with a simple passphrase.
Thank you for the help again!!
The passphrase is an ASCII character string of upto 48 characters.
But I do have a problem with the Java side of things, because until now I could not find any example for simple passphrase encryption.
I would really appreciate some help in form of some sample code or a link to a tutorial using 3DES/ECB in Java with a simple passphrase.
Thank you for the help again!!