So I'm working to hide the password from the ps -aux
list, or w
list in linux.
I'm using rlwrap and sqlplus, connecting thusly:
rlwrap sqlplus user/pass@connect_identifier
And it shows my pass in plaintext in the who
list.
Anyone know how I can make it so that it does not show the password?