Skip to content

Releases: defuse/php-encryption

Version 2.4.0

Choose a tag to compare

@defuse defuse released this 19 Jun 06:21
f53396c

This release adds support for PHP 8.0 onward. Versions of PHP as far back as PHP 5.6 remain supported.

There are no security fixes included in this release.

The .phar file included in this release is only intended to work with PHP 8.1+. If it does not work for your older version of PHP, try using the .phar from the previous release (v2.3.1).

Version 2.3.1

Choose a tag to compare

@defuse defuse released this 10 Apr 00:01
7788048

Misc. minor improvements

Version 2.3.0

Choose a tag to compare

@defuse defuse released this 09 Apr 22:49
aef1bd4

Miscellaneous minor bugfixes. Note that the signing public key has changed, see the README on GitHub for the new public key fingerprint, and for the location of the new key signed by the old key.

Version 2.2.1

Choose a tag to compare

@defuse defuse released this 24 Jul 23:35
v2.2.1
0f407c4

Fixes PHP 7 support.

Version 2.2.0

Choose a tag to compare

@defuse defuse released this 23 Apr 20:29
v2.2.0
0d4d27c
  • Makes it possible to change the password of a KeyProtectedByPassword.
  • Adds better unit test coverage.
  • Now works on PHP 7.2.
  • Miscellaneous internal code improvements.

Version 2.1.0

Choose a tag to compare

@defuse defuse released this 19 May 16:16
v2.1.0

In addition to minor improvements that don't affect the API, Key::loadFromAsciiSafeString() will now ignore a single CR, LF, NUL, TAB, or SPACE character at the end of the string for better usability when keys are stored in files.

Version 2.0.3

Choose a tag to compare

@defuse defuse released this 10 Oct 15:29
v2.0.3

Identical to 2.0.2 except to make the version number in composer.json correct and to improve the internal developer docs to make sure I don't make the same mistake again!

Version 2.0.2

Choose a tag to compare

@defuse defuse released this 08 Oct 12:56
v2.0.2

Minor bug fixes and documentation improvements.

Version 2.0.1

Choose a tag to compare

@defuse defuse released this 20 May 22:10
v2.0.1

This fixes bug #269 where #! line exists in the .phar. Thanks @glensc for a quick fix!

Version 2.0.0

Choose a tag to compare

@defuse defuse released this 16 May 22:18
v2.0.0

Release of version 2.0.0 of defuse/php-encryption. This is a significant compatibility-breaking improvement over version 1.2.1. See the README for details.