How do I dust from memory banks ol ...
I remember that on classic ASP systems we put the connection string (and most other configuration settings) in the Windows registry in a custom registry key for a web application. We will use the COM-DLL to read the settings.
You can encrypt the connection string, which is stored in the registry, but you will have to minimize your own encryption / decryption.
So, the answer is yes, it is definitely possible, but there is no need for a simple tool built into the on-the-fly encryption / decryption framework. You have to do it yourself.
source share