Perl Program Request?

Protoman

New member
To anyone who knows how to write or where to get a file encryption program written in perl, please post the source code here/give me a link. I use perl 5.0 for windows.(the perl I have is from the CD rom that comes with the book "perl 5 for dummies")
PS: I want the SOURCE CODE of the script.
I am looking for something like: I enter a filename, it encrypts it. I enter the file name of an encrypted file, it decrypts it. Is it that hard?
 
The place to look for this kind of thing (i.e. Perl modules for specific tasks) is CPAN - see link below for the Blowfish module which does very strong encryption.
 
Back
Top