You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
First of all, I wanna show my appreciation and respects for the nice work you folks have done;
Secondly, to cut things short, I had to go through the run() func in run.c file to see how the command line utility used argon2i_hash_encoded() function, since the encodedlen parameter was a little tricky and hasn't been documented in the comments above argon2i_hash_encoded()!
I think it would be nice to provide an example in readme file for encoded function too!
Here is an example of creating Argon2_i encoded hash:
Hello!
First of all, I wanna show my appreciation and respects for the nice work you folks have done;
Secondly, to cut things short, I had to go through the
run()
func inrun.c
file to see how the command line utility usedargon2i_hash_encoded()
function, since theencodedlen
parameter was a little tricky and hasn't been documented in the comments aboveargon2i_hash_encoded()
!I think it would be nice to provide an example in readme file for encoded function too!
Here is an example of creating Argon2_i encoded hash:
The text was updated successfully, but these errors were encountered: