Skip to content

Releases: Mastercard/client-encryption-nodejs

v1.5.0

16 Jun 12:08
db60d91
Compare
Choose a tag to compare
  • Implemented support for JWE encryption

v1.4.0

31 Mar 12:31
deab2f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

06 Oct 12:06
391540d
Compare
Choose a tag to compare
  • Adding support for pkcs1 and pkcs8 files.

v1.2.0

17 Sep 18:28
0a07d06
Compare
Choose a tag to compare
  • Added ability to encrypt and decrypt JSON array bodies

v1.1.0

21 Dec 11:15
6660a53
Compare
Choose a tag to compare
  • Bumped node-forge to 0.10.0
  • Bumped lodash to 4.17.19
  • Bumped "devDependencies"
  • Clean-up

v1.0.6

13 Aug 12:57
3cd25b8
Compare
Choose a tag to compare
  • Added ability to decrypt primitive type values using the same path as the encrypted value

v1.0.5

13 Aug 11:01
eaf2e67
Compare
Choose a tag to compare
  • Fixed NPE when multiple encryption paths are provided

v1.0.4

20 May 09:31
1855c33
Compare
Choose a tag to compare
  • Deleted encrypted/decrypted properties from body payload
  • Resolved config path for nested object properties creating properties when parent not found
  • Updated README and docs

v1.0.3

11 Apr 16:05
be10482
Compare
Choose a tag to compare
  • Added computation of public certificate/key fingerprints when not provided in the service configuration
  • Updated README

v1.0.2

03 Apr 16:23
601b8b5
Compare
Choose a tag to compare