Skip to content

Releases: Spomky-Labs/php-aes-gcm

Version 1.2.1

07 Nov 14:41
e3900f2
Compare
Choose a tag to compare
  • Fixes #8. Thank you @Hywan
  • Guardrails badge added #7

Version 1.2.0

22 Nov 21:13
Compare
Choose a tag to compare

This new version uses libCrypto or PHP 7.1 methods if available.
The result is that the library is up to 1000x faster than before.

Version 1.1.0

14 Nov 18:23
Compare
Choose a tag to compare
  • Added: support for tag appended at the end of the ciphertext. See methods encryptAndAppendTag and decryptWithAppendedTag.
  • Added: support for tag length of 128 (default), 120, 112, 104 and 96 bits.

New tests have been added.
Documentation has been modified accordingly.

  • Code Coverage is at least 95%.
  • Code Quality is at least 9/10.

Version 1.0.0

28 Apr 14:10
Compare
Choose a tag to compare

This is the first stable version of the library.
It has been tested using two different test vectors sources.

One source of test vectors is the Computer Security Resource Center (CSRC) of the National Institute of Standards and Technology (NIST).

Code Coverage is at least 95%.
Code Quality is at least 9/10.
Documentation is available.