This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Releases: cryptomator/cryptomator-objc-cryptor
Releases · cryptomator/cryptomator-objc-cryptor
1.6.3
1.6.2
- Re-added error code
SETOMasterKeyFileUnauthenticVersionError
.
1.6.1
- Fixed typo of
kSETOMasterKeyFileDefaultScryptCostParam
.
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
.
1.5.2
- Simplified
-[NSData seto_base64urlEncodedString]
method.
1.5.1
- Added
NSData+SETOBase64urlEncoding
to public header files.
1.5.0
Filenames are encoded with base64url so that name shortenings are less likely. The ciphertext file layout has been redesigned.
- Added vault version 7 compatibility.
1.4.3
1.4.2
- Fixed crash when trying to decrypt filename with invalid ciphertext
1.4.1
- Updated KZPropertyMapper to version ~> 2.9.0 in Podspec.