Skip to content

v4.0.0

Choose a tag to compare

@AVVS AVVS released this 24 Jan 21:10
· 7 commits to master since this release
2855ece

4.0.0 (2020-01-24)

Features

  • uses create(de)Cipheriv instead of deprecated methods (2855ece)

BREAKING CHANGES

  • min node is 12.14.x, upgrades internal dependencies and hardens minimum
    shared secret requirements. Introduces new token format of , so that
    in the future breaking changes are easier to mitigate. For back-compatibility introduces
    ability to specify legacy secret with a length of 24, which is supported by createCipher/createDecipher.