Releases: cryptomator/cryptolib-swift
Releases · cryptomator/cryptolib-swift
0.11.1
- Fixed CocoaPods release
0.11.0
- Removed CryptoSwift dependency
- Removed SWIFT_PACKAGEflag
0.10.0
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 MasterkeyFileclass, which does all the serialization/deserialization incl. unlock and newly added "change passphrase"
- Masterkeyonly hold the keys now
- Cryptoris now version-agnostic since the- Masterkeydoesn't contain a version anymore
0.9.5
- Cryptor.fileHeaderSizeis now public
0.9.4
- encryptContent()/- decryptContent()of- Cryptorfails if source does not exist
0.9.3
- Fixed Base32 dependency
0.9.2
- scryptCostParamis now configurable when exporting encrypted masterkey
- Exposed masterkey version in Cryptor
0.9.1
- Decreased deployment target to macOS 10.12
0.9.0
- 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
- Added Package.swiftmanifest, supporting Swift Package Manager