Releases: auth0/node-xml-encryption
Releases · auth0/node-xml-encryption
v4.0.0
31 Mar 09:26
Compare
Sorry, something went wrong.
No results found
4.0.0 (2026-03-31)
Features
moving AES-128-CBC AES-256-CBC to the list of insecure algorithms (#123 ) (b03887a )
BREAKING CHANGES
CBC algorithms are now marked insecure
v3.1.0
21 Jan 16:22
Compare
Sorry, something went wrong.
No results found
Add support for sha256/512 encryption key OAEP digest methods (#115 )
v2.0.0
19 Jan 09:53
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGE: Drops support for Node 8
Replaces node-forge with native crypto functions
v1.3.0
25 Aug 16:27
Compare
Sorry, something went wrong.
No results found
[SEC] Bumps xmldom minor version.
[SEC] Bumps glob-parent patch version
v1.2.3
18 Mar 09:29
Compare
Sorry, something went wrong.
No results found
Updated the xmldom dependency due to a vulnerability (CVE-2021-21366 ) in earlier versions.
v1.2.2
09 Feb 19:23
Compare
Sorry, something went wrong.
No results found
Dev
Remove test files to prevent false positive from SAST checks.
V1.2.0
07 May 22:25
Compare
Sorry, something went wrong.
No results found
fix: Moved sinon to devDependency to reduce prod dependency weight.
v1.1.0
25 Mar 21:06
Compare
Sorry, something went wrong.
No results found
Enhancements:
feat: Add support for AES-GCM family (#67 )
feat: Add warning when insecure algorithm is used. (#68 )
v1.0.0
30 Jan 21:42
Compare
Sorry, something went wrong.
No results found
💥Breaking changes:
typo fix: options.keyEncryptionAlgorighm -> options.keyEncryptionAlgorithm
Deprecate support for node 4/6
Enhancements:
Remove ejs dependencies to use native literals
Move to inline templates to allow webpack
Added option to fail encryption and decryption for non-recommended algorithms (3DES and rsa1.5)
v0.13.0
07 Jan 18:47
Compare
Sorry, something went wrong.
No results found
Added support to fail on insecure algorithms.