argon2: Memory-hard password hash and proof-of-work function

[ bsd3, cryptography, library ] [ Propose Tags ]

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), and

  • Argon2id (hybrid version combining Argon2d and Argon2i)

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.

Flags

Manual Flags

NameDescriptionDefault
use-system-library

Link against system libargon2 library (discovery via pkg-config(1)) rather than using embedded copy of libargon2

Disabled
non-optimised-c

Force use of non-optimised C routines on x86_64. Ineffective when use-system-library flag is active.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.1.0, 1.2.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:44:38Z
Distributions Debian:1.3.0.1
Downloads 4074 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-25 [all 1 reports]