Releases: cryptomator/cryptolib
Releases · cryptomator/cryptolib
Release 2.0.0-rc1
- improve the documentation for the
MasterkeyLoader.loadKey()
method - bump dependencies
- guava 30.1.1
- mockito 3.9.0
- jmh 1.29
Release 2.0.0-beta7
Removed MasterkeyFileLoader
. MasterkeyLoaders will be provided by library users. MasterkeyFileAccess
remains part of this lib, though.
Release 2.0.0-beta6
- Added
Masterkey.clone()
to allow controlling the key lifecycle from within try-with-resource statements - Reworked internal key handling, limiting scope and wiping as soon as possible (fixing #19)
- Cleanup, test coverage and javadoc improvements
Release 2.0.0-beta5
2.0 API Changes
- Added
Masterkey
andMasterkeyLoader
APIs, that allow loading a Masterkey from a source other than a masterkey file - Replaced
KeyFile
byMasterkeyFileAccess
which allows loading aMasterkey
from a masterkey file
New features
- Added v2 Cryptor implementation which uses GCM for content encryption and SIV for filename encryption
Release 1.4.1
- updated dependencies