posted 15 years ago
Hi
I have text file where i am storing user name and password as input from user. And later in my application i am using these user name and password .
I want encrypt the password after taking input. And then decrypt it at the time using it.
How should i go for it???
My application goes like this..
step 1) Read input (GUI operation using Macrovision Install Anywhere )
step 2) Store it in text file.
step 3) Run a script that will encrypt the password
step 4) At the time using password. Decrypt the file to a new file with clear text password , Read the password and Delete this decrypted file.
Is there any way to do this?? My main objective is to avoid clear text password in a text file.