ferivoz
ferivoz
Regarding the advices given in https://github.com/besser82/libxcrypt/issues/104: * I have added libargon2 as an optional dependency. The library is added if argon2_i has been selected as a hash, which is selected...
I extended the pull request to contain Argon2id, Argon2i, and Argon2d. Argon2id is used by NetBSD as $argon2id$ and marked with NETBSD in hashes.conf. The NetBSD version is not compatible...
I have checked the reports but I do not know if I have to fix them or not. I think the argon2 code handles strings just like the other crypt...
Hi, I hope it is okay to ask for feedback again. Are there any news on this subject?
Cryptsetup uses Argon2, KeePassXC uses Argon2, but shadow stores my root password as SHA512 by default. To get Argon2 support started, I have created a branch with it: https://github.com/besser82/libxcrypt/pull/113 Feel...