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