in reply to Re: encrypt passwords
in thread encrypt passwords
This data is stored in a Perl module. There will be perhaps 100 databases. The program is run vi a cron file and there is no user action so the vulnerablity is only through the info stored in the program code. I'm thinking of having two columns in a protected table where one column is the plain-text key and the other column is the actual password@LoH = ( { database => 'PQxxxxLD', hostname => 'wpx0z051xsi.xxxx.com', servicename => 'pqospxxxbld.xxxx.com', port => '9010', username => 'username', password => 'password', } env => 'prod', )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: encrypt passwords
by CountZero (Bishop) on Apr 17, 2015 at 13:58 UTC | |
by bitingduck (Deacon) on Apr 17, 2015 at 16:25 UTC | |
by CountZero (Bishop) on Apr 17, 2015 at 19:12 UTC |