Archive for August, 2007

How to use the PERL Blowfish Encryption Module with Padding Capabilities

If you have a scenerio when encryption is necessary for your data, a perl script utilizing the Crypt::Blowfish module to get the job done may be your answer. The code is pretty straight foward however it has an additional padding section which helps you negotiate data not matching your designated encryption key size.
[...]