argon2id-password-hasher-and-comparer
Service icon

Argon2Id Password Hasher and Comparer

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 13 Jan (6 hours ago)
 by 
0.0
 (0 ratings)
argon2id-password-hasher-and-comparer

Argon2Id Password Hasher and Comparer

Documentation
1.0.2

This implements Argon2id password hashing and password/hash comparison.

Only has 2 actions:

  • HashPassword - take password as text and returns has as text
  • VerifyPassword - takes password and hash as text, returns boolean


Based on sample code form here:
https://www.thatsoftwaredude.com/content/14030/implementing-argon2id-password-hashing-in-c

(Yes, I Bought him a coffee. If you find this useful, might be worth buying him one too.)

The main change from his code is that I had to copy the code in for CryptographicOperations.FixedTimeEquals because it's only available in DOT.NET Core for some bizarre reason.


1.0.1

This implements Argon2Id password hashing and password/hash comparison.

Only has 2 actions:

  • HashPassword - takes a password as text and returns an Argon2Id hash as text
  • VerifyPassword - takes a password and hash as text, returns boolean


Based on sample code from here:
https://www.thatsoftwaredude.com/content/14030/implementing-argon2id-password-hashing-in-c

Yes, I Bought him a coffee. If you find this useful, if you can, please buy him one too.

The main change from his code is that I had to copy the code in for FixedTimeEquals because it's only available in DOT.NET Core for some bizarre reason.


1.0.0