in reply to Re: Obscuring sensitive data in Perl code?
in thread Obscuring sensitive data in Perl code?

Eek! Bad idea. If you specify your password with -p, anyone on the system can probably see it with `ps`.
  • Comment on Re: Re: Obscuring sensitive data in Perl code?

Replies are listed 'Best First'.
Re: Re: Re: Obscuring sensitive data in Perl code?
by reyjrar (Hermit) on Mar 12, 2001 at 22:19 UTC
    not with a secured /proc filesystem ;) only root could see it..