Skip to content

Commit

Permalink
Bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Oct 5, 2022
1 parent df1eb53 commit cf0786a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.0.0

- Add possibility to use a custom key derivation function
- Add _Scrypt_ as key derivation function
- A list of salts are required when encrypting, instead of a single one
- If not specified, salts are randomly generated instead of using a default one
- Salts are written to the encrypted file
- No need to specify salts when decrypting anymore, since they are written in the file

**NOTE:** files or data encrypted with the old version cannot be decrypted with the new one

# 1.0.5

- Fix setting of logging level
Expand Down

0 comments on commit cf0786a

Please sign in to comment.