Hello. I have old VB6 code that has the user name and password hardcoded.
I would like to encrypt the password in an INI file.
Then have the program read the ini file to retrieve the encrypted password.
I know how to read the ini file. I need help with the encryption / decrypt.
How do I encrypt the password in the ini?
In VB6, how do I decrypt the password once I retrieve it from the ini?
Thanks!
StayC
I would like to encrypt the password in an INI file.
Then have the program read the ini file to retrieve the encrypted password.
I know how to read the ini file. I need help with the encryption / decrypt.
How do I encrypt the password in the ini?
In VB6, how do I decrypt the password once I retrieve it from the ini?
Thanks!
StayC