Mcrypt Compat Versions Save

PHP 5.x-8.x polyfill for mcrypt extension.

2.0.1

2 years ago
  • PHP 8.1 changed the php_user_filter class definitions
  • PHP 8.2 will deprecate dynamic properties

1.0.12

2 years ago
  • PHP 8.1 changed the php_user_filter class definitions
  • PHP 8.2 will deprecate dynamic properties

2.0.0

3 years ago
  • use phpseclib 3.0

1.0.11

5 years ago
  • create tag off of 1.0 branch - not master branch

1.0.10

5 years ago
  • Composer: let mcrypt_compat "provide" mcrypt req (#2)

1.0.9

5 years ago
  • fix issue with mcrypt filters (#24)
  • RC2 max key length was incorrect (#25)

1.0.8

5 years ago
  • minimum required phpseclib version is 2.0.11 - not 2.0.10 (#22)

1.0.7

5 years ago
  • fix for cfb (as opposed to ncfb) mode (#19)

1.0.6

5 years ago
  • when mcrypt closes a stream it null pads that stream to be a multiple of the block length; mcrypt_compat didn't (#18)

1.0.5

6 years ago
  • phpseclib 2.0 supports cfb8 mode now as of #1257