All Versions
24
Latest Version
Avg Release Cycle
44 days
Latest Release
1242 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.