Skip to content

Releases: Ansimorph/decryption-loader

Remove node-cipher dependency

18 Jun 08:26
4745dd9
Compare
Choose a tag to compare

This release removed the dependency on node-cipher, since it is not actively maintained any longer.
decryption-loader now includes a CLI for encryption. This CLI is not backwards compatible to node-cipher, because it used createCipheriv instead of the deprecated createCipher.
This means files have to be re-encrypted for this version.