invitation codes: tweak argon2 params to consume less memory #70

Open
Armael wants to merge 1 commit from tweak-argon2-params into main
Owner

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 of 2) but less memory (40Mo instead of 64Mo). Maybe we could even use 32 instead of 40, I don't really know…

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 of `2`) but less memory (`40Mo` instead of `64Mo`). Maybe we could even use `32` instead of `40`, I don't really know…
Armael added 1 commit 2024-11-11 19:07:08 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin tweak-argon2-params:tweak-argon2-params
git checkout tweak-argon2-params
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/guichet#70
No description provided.