Skip to content

Releases: phpseclib/mcrypt_compat

1.0.13

30 Jan 10:34

Choose a tag to compare

  • add support for ofb mode

2.0.1

29 Nov 02:44

Choose a tag to compare

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

1.0.12

29 Nov 02:43

Choose a tag to compare

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

2.0.0

23 Dec 16:03

Choose a tag to compare

  • use phpseclib 3.0

1.0.11

26 May 13:57

Choose a tag to compare

  • create tag off of 1.0 branch - not master branch

1.0.10

26 May 06:28

Choose a tag to compare

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

1.0.9

15 Feb 14:32

Choose a tag to compare

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

1.0.8

22 Aug 03:23

Choose a tag to compare

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

1.0.7

02 Aug 01:31

Choose a tag to compare

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

1.0.6

10 Jul 02:32

Choose a tag to compare

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