argon2: Memory-hard password hash and proof-of-work function
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'cc-options: -O[n]' is generally not needed. When building with optimisations Cabal automatically adds '-O2' for C code. Setting it yourself interferes with the --disable-optimization flag.
Argon2 is the key derivation function (KDF) selected as the winner of the Password Hashing Competition. The API exposed by this bindings provide access to the 3 specified variants
Argon2d
(maximize resistance to GPU cracking attacks),Argon2i
(optimized to resist side-channel attacks), andArgon2id
(hybrid version combiningArgon2d
andArgon2i
)
and allows to control various parameters (time cost, memory cost, parallelism) of the Argon2 function. Moreover, it is also supported to generate and verify the deprecated version 1.0 hashes, as well as the current version 1.3 hashes.
The Haskell API supports both raw binary hashes as well as the ASCII-based PHC string format.
This version provides bindings to the "20171227
" release of the Argon2 reference implementation (libargon2) of the Argon2 password-hashing function.
Please refer to the Argon2 specification for more information.
Properties
Versions | 1.0.0, 1.1.0, 1.2.0, 1.3.0.0, 1.3.0.0, 1.3.0.1 |
---|---|
Change log | Changelog.md |
Dependencies | base (>=4.8 && <4.12), bytestring (>=0.10 && <0.11), deepseq (>=1.4 && <1.5), text-short (>=0.1.2 && <0.2) [details] |
License | BSD-3-Clause[multiple license files] |
Author | Ollie Charles, Herbert Valerio Riedel |
Maintainer | Herbert Valerio Riedel <hvr@gnu.org> |
Category | Cryptography |
Bug tracker | https://github.com/hvr/argon2/issues |
Source repo | head: git clone https://github.com/hvr/argon2.git |
Uploaded | by HerbertValerioRiedel at 2018-03-25T10:43:22Z |
Modules
[Index]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
use-system-library | Link against system | Disabled |
non-optimised-c | Force use of non-optimised C routines on | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- argon2-1.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees