Hi, I have a perl script which, using DBI:odbc, logs onto a database. My MD is not very happy about having the password sitting around and I dont blame him. How can I obfuscate the password? Is there a hash or encryption method people use? Most of these scripts are compiles into .exe using active state dev kit then called on machine start up by windows server 2003 scheduler. I could pass an encrypted password, but i have no idea what module to use or where/how to store the key or how the perl script will look it up. Does anyone have any ideas on this?