How to encrypt/decrypt the password
Hi
Our DB connection information is stroe in server.xml file. so how to call decryption code.We are not using any autogenerated key.
I was thinking of building a simple class where user could type in their desired password, get an encrypted version of the password, then paste the encrypted version into the xml configuration file. Then the
application would read encrypted password, decrypt the password back into a string, and move on.
please suggest/ideas for helping for the same.
thanks
lalit
Last edited by imlalit; August 7th, 2009 at 03:12 AM..
|