Posted By:
neal_ravindran
Posted On:
Wednesday, November 19, 2003 02:19 PM
I dont want to store the key in a file.
I want to generate the key all the time within my program and it should always be the same...So that I can encrypt and decrypt with the same key all the time.
Possible with javax.crypto and java.security packages?