Argon2id JS

Argon2id implementation in a plain JavaScript.

Production
JavaScript
Web Worker
Promise
Async/Await
Argon2id JS

Argon2 is a key derivation function that was selected as the winner of the 2015 Password Hashing Competition.

I used Web Workers and Promise and optimized the algorithm for BigInt operation to make the operation speed 12 times faster than before.

I recommend to use the Passky of the Rabbit company which is based on this app.

You can learn more about it here .

Argon2id is more secure than SHA for hashing. I hope it will replace SHA in the near future.