Releases: emartech/node-easy-crypto
Releases · emartech/node-easy-crypto
v4.0.1
Compare
Sorry, something went wrong.
No results found
4.0.1 (2022-10-13)
Bug Fixes
cache: fix rare decryption failures due to wrong key returned from cache (eb51473 )
tests: shamefully fix tests after the modification (b009328 )
v4.0.0
Compare
Sorry, something went wrong.
No results found
4.0.0 (2020-04-23)
Bug Fixes
compatibility with previous node versions (6a4ad02 )
Features
BREAKING CHANGES
initialization parameters changed (password is passed during initialization, passwordSaltSize and iterationCount can no longer be changed)
encrypt, decrypt signature changed (password is passed during initialization, not during encrypt/decrypt)
encryptWithKey, decryptWithKey, generateKey, generateSalt, getSaltFromEncrypted methods are no longer exposed
Co-authored-by: Dora Sztanko dora.sztanko@emarsys.com
v3.1.6
Compare
Sorry, something went wrong.
No results found
3.1.6 (2020-01-15)
Bug Fixes
deps: update dependencies (847d675 )
v3.1.5
Compare
Sorry, something went wrong.
No results found
3.1.5 (2019-07-29)
Bug Fixes
deps: update dependencies (5b4a8e4 )
v3.1.4
Compare
Sorry, something went wrong.
No results found
3.1.4 (2019-05-09)
Bug Fixes
deps: update dependencies (6cb5e81 )
v3.1.3
Compare
Sorry, something went wrong.
No results found
3.1.3 (2019-01-11)
Bug Fixes
package: Remove unnecessary dependencies (6af4d2b )
v3.1.2
Compare
Sorry, something went wrong.
No results found
3.1.2 (2019-01-02)
Bug Fixes
deps: Update dependencies (including semantic) (1b5ee11 )
test: Fix updated sinon stub in tests (5d09b6e )
v3.1.1
Compare
Sorry, something went wrong.
No results found
<a name"3.1.1">
3.1.1 (2018-12-04)
Bug Fixes
test: advanced usage key, test description (534481ba )
v3.1.0
Compare
Sorry, something went wrong.
No results found
<a name"3.1.0">
3.1.0 (2018-11-23)
Features
crypto: create Buffer via Buffer.from, because constructor is deprecated in current node (e49fc763 )
docs: update docs to trigger a new release (dca66139 )
v3.0.0
Compare
Sorry, something went wrong.
No results found
<a name"3.0.0">
3.0.0 (2018-01-23)
Breaking Changes
Crypto class is no longer exposed on the factory method
(fb5ed82c )