Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

1.6.0

Compare
Choose a tag to compare
@tobihagemann tobihagemann released this 03 Feb 17:39
· 8 commits to main since this release
1.6.0
3af0155

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 to SETOMasterKeyFile.
  • Changed SETOCryptorProvider, moved "unlock" code to SETOMasterKeyFile and "file size calculation" code to SETOCryptor.
  • Changed SETOCryptor, moved "lock" code to SETOMasterKeyFile.