Clairvoyant1332
Programmer
I have some programs that can take a password as a command line argument. Probelm is, if you pass the password that way you can see it in a ps listing. Not very secure.
How do you go about altering cleaning up these arg so ps doesn't see them? I know that the crypt command does this, but I haven't been able to figure out what it's doing.
The OS is Solaris.
Thanks,
Dennis
How do you go about altering cleaning up these arg so ps doesn't see them? I know that the crypt command does this, but I haven't been able to figure out what it's doing.
The OS is Solaris.
Thanks,
Dennis