Hellos,
I'm trying to write a script to encrypt files (some text, some autocad some *.doc ect) prior to ftp'ing them to an outsourced firm we use. I've found the example below but it doesn't seem to be working.
use Crypt::CBC;
use FileHandle;
use strict...