Tomb/doc
Jaromil 8ceeca8769
KDF support for argon2 memory intensive algorithm (#432)
* KDF support for argon2 memory intensive algorithm

following many requests, here is support for argon2 KDF to be switched
on using --kdftype argon2 (--kdf iterations --kdfmem memory)

effective memory required is 2^memory KiB, defaults to 18 (262 MiB)
number of iterations are still specified as --kdf argument

requires the argon2 reference C implementation from P-H-C
also requires tomb-kdb-pbkdf2-gensalt in extras/kdf-keys

example usage:
tomb forge -k argon.key --kdf 10 --kdftype argon2

* manual updates for argon2
2022-02-20 22:05:01 +01:00
..
literate last cosmetics for release 2013-05-29 23:12:47 +02:00
bertini_thesis.pdf Added MA Thesis in documentation 2013-05-28 14:37:18 +02:00
HACKING.txt switch code indentation to hard tabs 2018-01-03 20:27:14 +01:00
KEY_SPECIFICATIONS.txt Correct some typos 2021-10-01 18:32:44 +02:00
LinuxHDEncSettings.txt Correct some typos 2021-10-01 18:32:44 +02:00
Luks_on_disk_format.pdf added documentation 2010-08-23 11:48:38 +02:00
Makefile.am fixes for distcheck 2011-05-26 17:01:03 +02:00
New_methods_in_HD_encryption.pdf added documentation 2010-08-23 11:48:38 +02:00
TKS1-draft.pdf added documentation 2010-08-23 11:48:38 +02:00
TODO.org documentation updates for a new release 2018-01-03 19:53:35 +01:00
tomb_manpage.pdf Make lsof an optional dep 2017-02-05 20:03:29 +01:00
tomb.1 KDF support for argon2 memory intensive algorithm (#432) 2022-02-20 22:05:01 +01:00