Allow selecting the algorithmic variant from Elixir code #1

Open
opened 2024-11-09 16:39:33 +02:00 by jussi · 0 comments
Owner

Currently, only Argon2i is supported and there is no way to pass the option to switch the algorithm.

The Rust crate supports the following:

  • Argon2d: maximizes resistance to GPU cracking attacks
  • Argon2i: optimized to resist side-channel attacks
  • Argon2id: (default) hybrid version combining both Argon2i and Argon2d

In the future, we must be able to select between the variant based on the given options.

Currently, only `Argon2i` is supported and there is no way to pass the option to switch the algorithm. The Rust crate supports the following: * Argon2d: maximizes resistance to GPU cracking attacks * Argon2i: optimized to resist side-channel attacks * Argon2id: (default) hybrid version combining both Argon2i and Argon2d In the future, we must be able to select between the variant based on the given options.
Sign in to join this conversation.
No labels
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: jussi/argon2id_elixir#1
No description provided.