[EMAIL PROTECTED] wrote: > Hi List, > > > > I have a perl ftp client that I am changing to sftp. I was storing > passwords in an unencrypted text file since security was not an issue. > Now I need a means of obfuscating the pwd. > Surely there is a handy perl module (for Win32) that will do this > easily. I don't need to generate or check passwords, just encode, store, > retrieve, and decode. Does anyone know of a perl module for this? Are > there docs or links avail that describe how this is normally done? Thanks...
For two-way encrypting, I would use Crypt::RSA. If you only need to one-way encrypt, you can use the crypt built-in. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
