mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-14 08:44:05 +00:00
8ceeca8769
* 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 |
||
---|---|---|
.. | ||
literate | ||
bertini_thesis.pdf | ||
HACKING.txt | ||
KEY_SPECIFICATIONS.txt | ||
LinuxHDEncSettings.txt | ||
Luks_on_disk_format.pdf | ||
Makefile.am | ||
New_methods_in_HD_encryption.pdf | ||
TKS1-draft.pdf | ||
TODO.org | ||
tomb_manpage.pdf | ||
tomb.1 |