Skip to content

V3.0

Choose a tag to compare

@Arjis2020 Arjis2020 released this 11 Oct 06:10
· 2 commits to main since this release

Changelogs:

  • encrypt, decrypt, encryptFile and decryptFile functions are now deprecated. However, you can still use these functions.
  • added encryptPlaintext, decryptForPlaintext, encryptFileBuffer and decryptFileBuffer functions to replace corresponding deprecated functions. These functions will be improved in terms of performance and better error handling in future releases.
  • added test cases using jest
  • added better typescript documentation and intellisense