Releases: cryptomator/cryptolib-swift
Releases · cryptomator/cryptolib-swift
0.8.0
- Increased deployment target to iOS 9.0
0.7.2
MasterkeyError
is now public- Updated docs on
CryptoSupport
methods
0.7.1
- Fixed progress reporting during file content decryption
0.7.0
- Added progress reporting to file content encryption/decryption (methods support implicit progress composition)
- Added docs on public methods
- Adjusted access control on some methods
0.6.0
- Added public init to
Cryptor
- Added
createNew()
factory method toMasterkey
- Added
exportEncrypted()
method toMasterkey
0.5.0
- Added file size calculation
0.4.0
- Added file content encryption/decryption
- Added SwiftFormat rules
0.3.0
- Added "public" version field to
Masterkey
Cryptor
operations throw errors instead of returning optionals- Added GitHub Actions workflow
0.2.0
This release should contain everything necessary to browse directories inside a vault:
- Correctly handles masterkey decryption error cases
- Added support for base32-encoded filename encryption
- Added directory ID encryption
0.1.0
First pre-release version capable of:
- masterkey decryption
- filename encryption/decryption (atm only base64-url-encoded, i.e. vault format 7)