in reply to Re: plaintext password in scripts run through cron
in thread plaintext password in scripts run through cron
Just a tip when storing passwords in a daemon. On most platforms putting it in the environment isn't any safer than putting it in a file on disk (if you are on a linux box, try 'cat /proc/$$/environ').
| We're not surrounded, we're in a target-rich environment! |
|---|
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: plaintext password in scripts run through cron
by robobunny (Friar) on Oct 17, 2003 at 13:44 UTC | |
by jasonk (Parson) on Oct 17, 2003 at 19:26 UTC |