-
-
Notifications
You must be signed in to change notification settings - Fork 162
How do I use argon2?
#517
Hey all, afaik argon2 is the preffered algorithm compared to pbkd. I'd like to enable it but I don't know if the following is enough
--kdftype
is this enough or do I have to add argon2 afterwards?
All reactions
Replies: 2 comments 1 reply
The content of the option is checked, so add argon2 afterwards. If --kdftype is empty it should fall back to pbkdf
All reactions
0 replies
Why is it not enabled by default? It should be much more secure shouldn’t it?
Sent from [Proton Mail](https://proton.me/mail/home) for iOS
Am Dienstag, 4. Juni 2024 um 22:12, Narrat ***@***.***(mailto:Am Dienstag, 4. Juni 2024 um 22:12, Narrat <<a href=)> schrieb:
... The content of the option is checked, so add argon2 afterwards. If --kdftype is empty it should fall back to pbkdf
—
Reply to this email directly, [view it on GitHub](#517 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AFAIYW3XZHKQJDF7DF736Z3ZFYNS5AVCNFSM6AAAAABIGIHZOWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMNRZGM4DE).
You are receiving this because you authored the thread.Message ID: ***@***.***>
All reactions
1 reply
Theoretically argon2 covers against cases, where kdf is lacking, yes.
But as far as I know kdf isn't discouraged to use (or broken). Also there may be distributions or os where argon2 isn't available yet, which would make it a bad choice as a default. Memory constraint systems could be another argument. And backwards compatible behaviour another.
All reactions
-
👍 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment