sagepayForm-php
sagepayForm-php copied to clipboard
Sagepay
Warning: mcrypt_encrypt(): Key of size 0 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported
At the top of the class the variable protected $encryptPassword = "";
make sure to set this to your encrypt password. Sounds like you did not have one added.
I know this is old but might help someone in the future.