in reply to How to store a password in a file
If you hide the password using encryption, then you have to figure out where to hide the password (key) used to encrypt the password...
That means the best you can do is hide it from accidental glances. You can use MIME::Base64 for that. Beyond that, limit access to the config file with the password using proper file permissions and other (electronic and physical) access controls.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to store a password in a file
by bitingduck (Deacon) on Mar 23, 2012 at 05:08 UTC | |
by ikegami (Patriarch) on Apr 04, 2012 at 20:07 UTC |