invitation codes: tweak argon2 params to consume less memory #70
No reviewers
Labels
No labels
cat
bug
cat
feature
cat
idea
cat
performance
cat
reliability
cat
security
cat
ui
difficulty
high
difficulty
low
difficulty
mid
prio
high
prio
low
prio
mid
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/guichet#70
Loading…
Reference in a new issue
No description provided.
Delete branch "tweak-argon2-params"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a proposal to try to address issue #1 (I got bitten by it just today): tweak the argon2 parameters to use more CPU (do
3
passes instead of2
) but less memory (40Mo
instead of64Mo
). Maybe we could even use32
instead of40
, I don't really know…View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.