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.

[maintain] [Publish]

Warnings:

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

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

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