node-xml-encryption

W3C XML Encryption implementation for node.js (http://www.w3.org/TR/xmlenc-core/)

MIT License

Downloads
2.4M
Stars
37
Committers
27

Bot releases are hidden (Show)

node-xml-encryption - v2.0.0 Latest Release

Published by esarafianou over 2 years ago

  • BREAKING CHANGE: Drops support for Node 8
  • Replaces node-forge with native crypto functions
node-xml-encryption - v1.3.0

Published by esarafianou about 3 years ago

[SEC] Bumps xmldom minor version.
[SEC] Bumps glob-parent patch version

node-xml-encryption - v1.2.3

Published by esarafianou over 3 years ago

Updated the xmldom dependency due to a vulnerability (CVE-2021-21366) in earlier versions.

node-xml-encryption - v1.2.2

Published by gkwang over 3 years ago

  • Dev
    Remove test files to prevent false positive from SAST checks.
node-xml-encryption - V1.2.0

Published by gkwang over 4 years ago

fix: Moved sinon to devDependency to reduce prod dependency weight.

node-xml-encryption - v1.1.0

Published by gkwang over 4 years ago

Enhancements:

  • feat: Add support for AES-GCM family (#67)
  • feat: Add warning when insecure algorithm is used. (#68)
node-xml-encryption - v1.0.0

Published by gkwang over 4 years ago

💥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)
node-xml-encryption - v0.13.0

Published by gkwang almost 5 years ago

  • Added support to fail on insecure algorithms.
node-xml-encryption - v0.12.0

Published by esarafianou almost 5 years ago

  • Removes async as a dependency
  • Drops support for Node 0.10.
  • Includes test suite for Node 10 and 12
node-xml-encryption - v0.11.1

Published by gnarea over 6 years ago

Make sure Node 6-8 are supported