Releases: Ansimorph/decryption-loader
Releases · Ansimorph/decryption-loader
Remove node-cipher dependency
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.