This repository was archived by the owner on Jun 10, 2020. It is now read-only.
v5.0.0
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, anddigestwhen deriving the encryption key. - Added tests to support new options and additional functionality.