The stupid question is the question not asked | |
PerlMonks |
Re: How best to hide command-line arguments from ps command?by hanenkamp (Pilgrim) |
on Nov 18, 2003 at 21:41 UTC ( [id://308140]=note: print w/replies, xml ) | Need Help?? |
Not necessarily. For example, under Linux with a /proc filesystem: I just have to browse to /proc/<pid>/environ and look at it--of course, I would still need the correct permissions to read the environ pseudo-file. In any case, I wouldn't consider this safe since the environment isn't really a secure store. You can turn off echo on the tty in Perl just as easily as with stty:
In Section
Seekers of Perl Wisdom
|
|