in reply to ascii to binary

Thanks for all of the feedback. They are currently issuing their user/pass on the command line, which is an issue since I can then just ps -ef|grep perl and see their password. So my thought was that each user would have a private file, with permissions set just for them, that stores this data and can be used by the script.

I will look at some of the encryption packages.