@hackage fernet0.1.0.0

Generate and verify HMAC-based authentication tokens.

  • Installation

  • Dependencies (7)

  • Dependents (0)

  • Package Flags

      cli
       (on by default)

      Build the example application

Originally designed for use within OpenStack clusters, Fernet is intended to be fast and light-weight, with non-persistent tokens. Fernet tokens are signed with a SHA256 HMAC and their contents encrypted with AES128 in CBC mode.