php-encryption

Simple Encryption in PHP.

MIT License

Downloads
109.9M
Stars
3.7K
Committers
39

Bot releases are hidden (Show)

php-encryption - Version 2.4.0 Latest Release

Published by defuse over 1 year ago

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).

php-encryption - Version 2.3.1

Published by defuse over 3 years ago

Misc. minor improvements

php-encryption - Version 2.3.0

Published by defuse over 3 years ago

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.

php-encryption - Version 2.2.1

Published by defuse about 6 years ago

Fixes PHP 7 support.

php-encryption - Version 2.2.0

Published by defuse over 6 years ago

  • 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.
php-encryption - Version 2.1.0

Published by defuse over 7 years ago

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.

php-encryption - Version 2.0.3

Published by defuse about 8 years ago

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!

php-encryption - Version 2.0.2

Published by defuse about 8 years ago

Minor bug fixes and documentation improvements.

php-encryption - Version 2.0.1

Published by defuse over 8 years ago

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

php-encryption - Version 2.0.0

Published by defuse over 8 years ago

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.