Open Else00 opened 1 month ago
Not implemented yet.
I think that is absolutely a required function because if you can't decide the parameters the argon2 option is useless.
Default parameters make Argon2 immediately useful for most cases, negating the need for custom configuration while still providing robust security. The implementation follows the best practices here, so I have to correct you here it is not useless.
However, I have that on my Todo for quite some time. The reason I haven't implemented it yet is due to the matter that the entire RHash and PHash structure needs to be refactored to achieve that in a fitting way also for other schemes.
How can i select argon2 parameters like type (i, d, id), parallelization, salt, memory, iterations