Skip to content

Releases: cryptomator/cryptolib-swift

0.11.1

15 Jan 17:48
0.11.1
6b998c9
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release
  • Fixed CocoaPods release

0.11.0

15 Jan 11:57
0.11.0
448bbe3
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • Removed CryptoSwift dependency
  • Removed SWIFT_PACKAGE flag

0.10.0

11 Jan 14:48
0.10.0
a2008ea
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

There are some breaking changes regarding the creation and handling of the masterkey. E.g., when creating crypto decorators of cloud-access-swift), you need to use the version of MasterkeyFile instead of Cryptor.

  • Added new MasterkeyFile class, which does all the serialization/deserialization incl. unlock and newly added "change passphrase"
  • Masterkey only hold the keys now
  • Cryptor is now version-agnostic since the Masterkey doesn't contain a version anymore

0.9.5

05 Jan 13:01
0.9.5
02d28a0
Compare
Choose a tag to compare
0.9.5 Pre-release
Pre-release
  • Cryptor.fileHeaderSize is now public

0.9.4

16 Nov 15:45
0.9.4
8b3ea19
Compare
Choose a tag to compare
0.9.4 Pre-release
Pre-release
  • encryptContent()/decryptContent() of Cryptor fails if source does not exist

0.9.3

09 Nov 14:25
Compare
Choose a tag to compare
0.9.3 Pre-release
Pre-release
  • Fixed Base32 dependency

0.9.2

29 Oct 21:04
0.9.2
60f9449
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release
  • scryptCostParam is now configurable when exporting encrypted masterkey
  • Exposed masterkey version in Cryptor

0.9.1

26 Sep 12:45
0.9.1
6f7128e
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release
  • Decreased deployment target to macOS 10.12

0.9.0

26 Sep 11:46
0.9.0
40227f7
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
  • Added support for macOS 10.13 or higher
  • Restructured project so that it conforms to naming conventions of Swift Package Manager
  • Removed Pods integration and added Swift Package Manager as dependency management (this library is still available via CocoaPods, this just affects the development of this library)

0.8.1

24 Sep 13:01
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release
  • Added Package.swift manifest, supporting Swift Package Manager