Releases: cryptomator/cryptolib-swift
Releases · cryptomator/cryptolib-swift
0.11.1
- Fixed CocoaPods release
0.11.0
- Removed CryptoSwift dependency
- Removed
SWIFT_PACKAGE
flag
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
MasterkeyFile
class, which does all the serialization/deserialization incl. unlock and newly added "change passphrase" Masterkey
only hold the keys nowCryptor
is now version-agnostic since theMasterkey
doesn't contain a version anymore
0.9.5
Cryptor.fileHeaderSize
is now public
0.9.4
encryptContent()
/decryptContent()
ofCryptor
fails if source does not exist
0.9.3
- Fixed Base32 dependency
0.9.2
scryptCostParam
is 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.swift
manifest, supporting Swift Package Manager