This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
1.6.0
Refactored MasterKey/Cryptor API, which contains many breaking changes.
- Added
SETOMasterKeyFile
, which is a representation of the master key file. - Changed
SETOMasterKey
, so that it only holds the key material, moved "master key file" code toSETOMasterKeyFile
. - Changed
SETOCryptorProvider
, moved "unlock" code toSETOMasterKeyFile
and "file size calculation" code toSETOCryptor
. - Changed
SETOCryptor
, moved "lock" code toSETOMasterKeyFile
.