fernet: Generate and verify HMAC-based authentication tokens.
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.
[Skip to Readme]
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| cli | Build the example application | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- fernet-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | base (>=4.9 && <4.10), binary (>=0.8.3.0 && <0.10), byteable (>=0.1.1 && <0.2), bytestring (>=0.10.8 && <0.11), cryptonite (>=0.21 && <0.23), fernet, memory (>=0.14.1 && <0.15), optparse-applicative (>=0.12 && <0.15), time (>=1.6.0 && <1.7), unix (>=2.7.2.1 && <2.8) [details] |
| License | LGPL-3.0-only |
| Copyright | 2017 Rodney Lorrimar |
| Author | Rodney Lorrimar |
| Maintainer | dev@rodney.id.au |
| Category | Web, Authentication |
| Home page | https://github.com/rvl/fernet-hs |
| Bug tracker | https://github.com/rvl/fernet/issues |
| Source repo | head: git clone https://github.com/rvl/fernet-hs |
| Uploaded | by rvl at 2017-03-22T23:39:55Z |
| Distributions | |
| Executables | fernet |
| Downloads | 1120 total (5 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2017-03-22 [all 1 reports] |