NAME encrypt.pl DESCRIPTION Just a quick and dirty encrypt routine I wrote. Before you bark about the security level, let me say that it is extremely low. However, if all you want to do is store some information to a file that that is not readable by the joe_schmoe user then this script might be of some use to you. This script is not intended to be a stand alone script. I write things like this external from my main project and insert it after I'm comfortable with how it's working. So if looking at this code inspires you to do something with it, or if you have any questions feel free to email me. AUTHOR Arther Neal Garrett . COPYRIGHT Copyright (c) 2004 Arther Neal Garrett. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.