Skip to content

Releases: emartech/node-easy-crypto

v4.0.1

Choose a tag to compare

@emarsys-deployer emarsys-deployer released this 13 Oct 13:16

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

Choose a tag to compare

@emarsys-deployer emarsys-deployer released this 23 Apr 13:56
6a4ad02

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

Choose a tag to compare

@emarsys-deployer emarsys-deployer released this 15 Jan 13:35
847d675

3.1.6 (2020-01-15)

Bug Fixes

  • deps: update dependencies (847d675)

v3.1.5

Choose a tag to compare

@emarsys-deployer emarsys-deployer released this 29 Jul 08:30

3.1.5 (2019-07-29)

Bug Fixes

  • deps: update dependencies (5b4a8e4)

v3.1.4

Choose a tag to compare

@emarsys-deployer emarsys-deployer released this 09 May 14:33

3.1.4 (2019-05-09)

Bug Fixes

  • deps: update dependencies (6cb5e81)

v3.1.3

Choose a tag to compare

@emarsys-deployer emarsys-deployer released this 11 Jan 09:56

3.1.3 (2019-01-11)

Bug Fixes

  • package: Remove unnecessary dependencies (6af4d2b)

v3.1.2

Choose a tag to compare

@emarsys-deployer emarsys-deployer released this 02 Jan 15:48

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

Choose a tag to compare

@emarsys-deployer emarsys-deployer released this 04 Dec 16:04

<a name"3.1.1">

3.1.1 (2018-12-04)

Bug Fixes

  • test: advanced usage key, test description (534481ba)

v3.1.0

Choose a tag to compare

@emarsys-deployer emarsys-deployer released this 23 Nov 14:13

<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

Choose a tag to compare

@emarsys-deployer emarsys-deployer released this 23 Jan 09:10

<a name"3.0.0">

3.0.0 (2018-01-23)

Breaking Changes

  • Crypto class is no longer exposed on the factory method

(fb5ed82c)