Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Releases: Mastercard/client-encryption-php

v1.5.0

16 Mar 11:24
7e00caa

Choose a tag to compare

  • Adding support for AES GCM 128 & 192 decryption

v1.4.0

04 Aug 13:23
033f614

Choose a tag to compare

  • Adding support for JWE encryption

v1.3.0

20 Sep 14:11
36f1002

Choose a tag to compare

  • Added ability to encrypt/decrypt array bodies

v1.2.0

10 Aug 11:38
d59cfaa

Choose a tag to compare

  • Added PHP 8 support
  • Code and documentation style updates

v1.1.2

13 Aug 18:26
61e1cbd

Choose a tag to compare

  • Added ability to decrypt primitive type values using the same path as the encrypted value

v1.1.1

12 Aug 11:45
9caa1d3

Choose a tag to compare

  • Fixed an issue with primitive type encryption

v1.1.0

18 Apr 13:52
dcd0c8c

Choose a tag to compare

  • Added a PsrHttpMessageEncryptionInterceptor class for encrypting requests and decrypting responses implementing PSR RequestInterface and ResponseInterface (like GuzzleHttp)
  • Updated README.md with support for OpenAPI generated client libraries
  • Fixed AES payload decryption by using phpseclib for AES and RSA
  • Encryption certificate and key fingerprints are no longer computed for each request
  • Made the FieldLevelEncryptionConfig class immutable

v1.0.0

16 Apr 15:12
ebd343d

Choose a tag to compare

  • First version of the library