All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changed cipher method from
createCipher
tocreateCipheriv
for node deprecation - Breaking changes now support only this ciphers:
- aes-256-cbc
- aes-256-cbc-hmac-sha1
- aes-256-cbc-hmac-sha256
- aes-256-cfb
- aes-256-cfb1
- aes-256-cfb8
- aes-256-ctr
- aes-256-ofb
- aes256
- camellia-256-cbc
- camellia-256-cfb
- camellia-256-cfb1
- camellia-256-cfb8
- camellia-256-ofb
- camellia256
- Added static method
hasHash
- Minor fix
- Added static method
hash
- Deprecated static methods
MD5
andSHA1
- Static methods
MD5
andSHA1
- CHANGELOG.md
- Support to encrypt object
- Some bug