Skip to content

Remove node-cipher dependency

Latest
Compare
Choose a tag to compare
@Ansimorph Ansimorph released this 18 Jun 08:26
· 57 commits to master since this release
4745dd9

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.