Hi,
I have an application. When the user uses it, he types a password. The password(encrypted) is writed to the INI file.
When the user launches the application second time, it looks for the password in the INI file.
The problem: Its not able to retrieve the password correctly. Hence the application fails to launch.
Questions: 1. Is it possible to write encrypted password to an ordinary text file such as INI file.
2. Once written can i retrive it.
I have an application. When the user uses it, he types a password. The password(encrypted) is writed to the INI file.
When the user launches the application second time, it looks for the password in the INI file.
The problem: Its not able to retrieve the password correctly. Hence the application fails to launch.
Questions: 1. Is it possible to write encrypted password to an ordinary text file such as INI file.
2. Once written can i retrive it.
Comment