Hello all,
Here is my delima, I have a perl program running using the Expect module and everything is fine. I have a C++ program that passes arguments to it. Everything works fine, but I don't want people who run ps -aux to see the arguments passed to perl from the wrapper program. The information contains passwords and new user information. Is there a way in hide the arguments being passed in with some kewl perl mastery. I thought about encryption, but since it is plain text that is not really viable.
THanks,
Greg
javacodewarrior@yahoo.com