Open jwittkoski opened 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.
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
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.