Subject: | Incompatiblity with Standard Crypt API, please add alias methods to fix it |
This module doesn't follow the standard API followed by other Crypt::* modules.
That makes the API of this module is incompatible when paired with Crypt::CBC
Adding encrypt and decrypt methods as alias to the existing encrypt3 and dycrypt3 methods will fix this issue.
Thanks,
-Shantanu Bhadoria