I came up with the following example a few years back. Crypt::CBC is quite easy to use but can be confusing to new users of it. I prefer to use the subroutines encrypt_hex and decrypt as the encoded string is hexidecimal not in binary format. This allows me to work with it as if it [...]
Howto Perl: Crypt::CBC module with the blowfish encryption cipher
by Jason L Froebe on April 9, 2013, no comments
