how to encrypt / decrypt passwords in a file
I have a config file that applications will use to access our database. This is a plain text file but we want the oracle login passwords to be encrypted. How do we encrypt the password lines within the plain text file.
Thanks in advance for your help
|