Hi all,
During installation I have to ask to the user some things about the MSSQL connection (server, database, user and password). Then, I need to write this in an ini files but I want to encrypt the password. Is there any way to do this?
At the same time then I need to decrypt this from my program so I will need to know how to do it.
Thanks in advance.

Mauricio