Skip to content

Releases: Crowdstar/crypt

2.0.1

04 Nov 21:23
2.0.1
b46b6fe
Compare
Choose a tag to compare

Fixed

  • When decrypting bad data, an empty string will be returned instead of throwing out an exception. This behaviour is the same as in version 1.0.x.

2.0.0

03 Nov 22:14
2.0.0
4d97991
Compare
Choose a tag to compare

Backward-Incompatible Changes Since 1.0.0

  • The package supports PHP 7.4+ only. It doesn't support PHP 7.1, 7.2, or 7.3 anymore.
  • Use package phpseclib/phpseclib 3.0.x instead of 2.x.
    • The secret key must be of size 16, 24 or 32. In version 1.0.0 it could be of any size.

Changed

  • Use strict mode.
  • Updated type declarations, return types, and visibilities of some class methods/properties.
  • Use GitHub Actions instead of Travis CI.
  • Use PHP CS Fixer instead of PHP_CodeSniffer to run coding style checks.

1.0.0

10 Oct 17:46
Compare
Choose a tag to compare
first release