Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

v5.0.0

Choose a tag to compare

@nathanbuchar nathanbuchar released this 16 Jan 07:05
· 57 commits to master since this release

New in this version

  • Files are now encrypted by using a derived key from the password provided, and not encrypted by just the password alone.
  • Added the ability to specify salt, iterations, keylen, and digest when deriving the encryption key.
  • Added tests to support new options and additional functionality.