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