The latest version of argon2 is 1.3.0.1-4.

argon2

Version 1.3.0.1 revision 1 uploaded by HerbertValerioRiedel.

Package meta

Synopsis
Memory-hard password hash and proof-of-work function
Description

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.

Author
Ollie Charles, Herbert Valerio Riedel
Bug reports
https://github.com/hvr/argon2/issues
Category
Cryptography
Copyright
n/a
Homepage
n/a
Maintainer
Herbert Valerio Riedel <hvr@gnu.org>
Package URL
n/a
Stability
n/a

Components