I have a perl script which connects to a mysql server, now the database contains confidential information and I have had to store the mysql username/password in a text file (.pl) on the server. Now I really need to find a way of encrypting this or encrypting the file its in, i looked at perlcc (makes the file too large) and bleach (can be restored) but I really don't know what to go for
If anyone has tackled this problem, or has any suggestions they would be greatly appreciated
Thanks