All Versions
24
Latest Version
Avg Release Cycle
44 days
Latest Release
1463 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.11.0 Changes
July 31, 2018- 👀 API: Cryptor.seek() is throwable
- ➕ Adds proper stream support for CTR encryption with Updaptable interface.
- 🔨 Refactor internals for the stream cipher modes.
- 🚀 Set minimum deployment target to 8.0 (again).
-
v0.10.0 Changes
May 29, 2018- API: BlockMode is no longer an enum. Please migrate to eg. CBC() etc...
- ➕ Adds AES-GCM support. #97 - Feature sponsored by GesundheitsCloud
- ➕ Adds CRC32c support.
- 👌 Improves AES variant validation.
- 🛠 Fixes empty password in PBKDF2.
-
v0.9.0 Changes
March 30, 2018- ➕ Added CMAC message authenticator https://tools.ietf.org/html/rfc4493
- Added AEADChaCha20Poly1305 (AEAD_CHACHA20_POLY1305) https://tools.ietf.org/html/rfc7539#section-2.8.1
- ⚡️ Swift 4.1 Update
-
v0.8.3 Changes
February 22, 2018- 🛠 Fix SHA3 padding.
- 🛠 Fix Carthage builds.