Skip to content

Releases: RizkyArifNur/strong-cryptor

v2.2.0

26 Oct 03:55
2ab361f
Compare
Choose a tag to compare

2.2.0 (2019-10-26)

Bug Fixes

  • class base: add new class base model encryption (e421fdb)
  • deprecating feature: decprecating functional base (ccf63ff)
  • fix conflicts: fixing a conflicts in readme (c99a372)
  • typing: fix typing issue (856ccff)
  • typing: fix typing issue in decryptor function (448d90f)
  • validation: fixing key validation (64fd778)

Features

  • decryptFile: add function to decryptFile by path (aa9a9aa)
  • file encryption: add feature to encrypt a file (6269aab)

v2.1.0

04 Oct 15:02
c599901
Compare
Choose a tag to compare

2.1.0 (2019-10-04)

Features

  • encryption/decryption: add encryption/decryption options (87a1059)
  • utils: add new utility to get random generate key (6c2629d)

v2.0.0

31 Jul 14:03
67fc080
Compare
Choose a tag to compare

2.0.0 (2019-07-31)

Bug Fixes

  • regex: update base64 regex (834da8a)

Features

  • encryption: change encryption process (a55cbf3)
  • utility: update parsing function to split the IV and encrypted data, and add function to remov (9573a4c)

BREAKING CHANGES

  • encryption: remove the separator

v1.1.2

08 Jul 03:45
36bf3e9
Compare
Choose a tag to compare

1.1.2 (2019-07-08)

Bug Fixes

  • build: fixing travis.yml script (08808da)

v1.1.1

08 Jul 03:29
4d9d6ae
Compare
Choose a tag to compare

1.1.1 (2019-07-08)

Bug Fixes

  • dist: include the dist folder for deploy npm purpose (d15b448)

v1.1.0

08 Jul 03:17
9dd19f3
Compare
Choose a tag to compare

1.1.0 (2019-07-08)

Features

v1.0.0

07 Jul 16:16
f268f51
Compare
Choose a tag to compare

1.0.0 (2019-07-07)

Features

  • decryption: add decryption feature (e4f9b21)
  • encryption: add encryption feature (b63da13)
  • export: export encryption and decryption module (768b4af)
  • utils: add some utility (5db3344)