shantanubhadoria / perl-Crypt-MCrypt

Crypt::MCrypt Perl interface to the libmcrypt C library for encryption and decryption functions
0 stars 0 forks source link

key length is fixed #3

Open jwittkoski opened 10 years ago

jwittkoski commented 10 years ago

In _mcrypt__encrypt and _mcrypt__decrypt the key length is fixed at 24. This breaks encoding/decoding for algorithms that use have key lengths greater than 24.

shantanubhadoria commented 9 years ago

I am not working on this module at the moment but I am open to pull requests if you want to make the fix. Thanks