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

Releases: cryptomator/cryptomator-objc-cryptor

1.6.3

05 Feb 16:39
1.6.3
cde85aa
Compare
Choose a tag to compare
  • Removed expectedVaultVersion param in -[SETOMasterKeyFile unlockWithPassphrase:pepper:error:] method.

1.6.2

04 Feb 16:35
1.6.2
1f62220
Compare
Choose a tag to compare
  • Re-added error code SETOMasterKeyFileUnauthenticVersionError.

1.6.1

04 Feb 15:20
1.6.1
c4ccbec
Compare
Choose a tag to compare
  • Fixed typo of kSETOMasterKeyFileDefaultScryptCostParam.

1.6.0

03 Feb 17:39
1.6.0
3af0155
Compare
Choose a tag to compare

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.

1.5.2

10 Mar 10:57
1.5.2
db056a5
Compare
Choose a tag to compare
  • Simplified -[NSData seto_base64urlEncodedString] method.

1.5.1

10 Mar 10:51
1.5.1
78a1a7c
Compare
Choose a tag to compare
  • Added NSData+SETOBase64urlEncoding to public header files.

1.5.0

17 Oct 14:43
1.5.0
c5a0f3b
Compare
Choose a tag to compare

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

13 Feb 15:41
1.4.3
b2e9c7f
Compare
Choose a tag to compare
  • Fixed breaking change introduced in 1.4.2

1.4.2

13 Feb 14:31
1.4.2
d8292a4
Compare
Choose a tag to compare
  • Fixed crash when trying to decrypt filename with invalid ciphertext

1.4.1

16 Apr 13:16
ef7bc6c
Compare
Choose a tag to compare
  • Updated KZPropertyMapper to version ~> 2.9.0 in Podspec.