antelle / argon2-browser

Argon2 library compiled for browser runtime
https://antelle.net/argon2-browser
MIT License
367 stars 79 forks source link

Option to decrypt hash #13

Closed kazzkiq closed 5 years ago

kazzkiq commented 5 years ago

I couldn't find any option to decrypt a hash in the docs. Is it possible as of today?

As far as I understood, the C implementation (which compiles to JS) already have it, right?

antelle commented 5 years ago

Hi! You can't, hashing is one-way transform.