All Versions
24
Latest Version
Avg Release Cycle
44 days
Latest Release
1463 days ago

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
  • v0.8.3 Changes

    February 22, 2018
    • 🛠 Fix SHA3 padding.
    • 🛠 Fix Carthage builds.