|
пре 5 година | |
---|---|---|
.. | ||
lib | пре 5 година | |
.styleci.yml | пре 5 година | |
AUTHORS | пре 5 година | |
LICENSE | пре 5 година | |
README.md | пре 5 година | |
composer.json | пре 5 година |
PHP 5.x/7.x polyfill for mcrypt extension.
With Composer:
composer require phpseclib/mcrypt_compat
Although nofb
is supported ofb
is not. Further, mcrypt_compat's ncfb
implementation has some incompatibles with mcrypt's implementation where mcrypt_generic
and mdecrypt_generic
are concerned. The unit tests elaborate.