argon2 - generate argon2 hashes
Contents
Copyright
This manpage was written by DanielKahnGillmor for the Debian distribution (but may be used by others).
It is released, like the rest of this Argon2 implementation, under a dual license. You may use this work
under the terms of a Creative Commons CC0 1.0 License/Waiver or the Apache Public License 2.0, at your
option.
argon2 April 2016 ARGON2(1)
Description
Generate Argon2 hashes from the command line.
The supplied salt (the first argument to the command) must be at least 8 octets in length, and the
password is supplied on standard input.
By default, this uses Argon2i variant (where memory access is independent of secret data) which is the
preferred one for password hashing and password-based key derivation.
Name
argon2 - generate argon2 hashes
Options
-h Display tool usage
-d Use Argon2d instead of Argon2i (Argon2i is the default)
-id Use Argon2id instead of Argon2i (Argon2i is the default)
-tN Sets the number of iterations to N (default = 3)
-mN Sets the memory usage of 2^N KiB (default = 12)
-pN Sets parallelism to N threads (default = 1)
-lN Sets hash output length to N bytes (default = 32)
-e Output only encoded hash
-r Output only the raw bytes of the hash
-v(10|13)
Argon2 version (defaults to the most recent version, currently 13)
Synopsis
argon2salt [OPTIONS]
