How to use the PERL Blowfish Encryption Module with Padding Capabilities

August 26, 2007 at 10:07 pm

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.
(Read more…)

Leave a comment

Category: Development 101