JSPM

legacy-crypto-keygen

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q29749F
  • License MIT

Generate legacy key and IV for decrypting old crypto.createCipher values in Node.js 22

Package Exports

  • legacy-crypto-keygen
  • legacy-crypto-keygen/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (legacy-crypto-keygen) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Legacy Crypto KeyGen

🚀

📌 Why This Package?

In Node.js 22, crypto.createCipher() is deprecated, breaking encryption compatibility with previous Node.js versions. This package generates legacy-style Key and IV, allowing you to decrypt data encrypted using older versions.


📦 Installation

npm install legacy-crypto-keygen