Ned Cunningham wrote: > Hi All: > > I am doing research for a project that I will need to encrypt a string. > > After the string is encrypted it is sent in a file and then received on > another system, all of which I believe not to matter to this discussion. > > Once the file is received, it will be opened and then I will need to decrypt > the string. > > I would like to do this in Perl of course, but I have not been able to find > any viable options. > > Has any one dealt with this? Used a module? Have a script?
Crypt::RSA is easy enough. If you have trouble, email me for a script. -- ,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED] (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/ -/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff) _______________________________________________ Perl-Win32-Admin mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
