antelle / argon2-browser

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

Runing In a Standalone HTML project #68

Closed PeterHindes closed 3 years ago

PeterHindes commented 3 years ago

I want to use this on a 1 page html project that can be run on the users computer with any http file hosting program (like php simple server) there will be no nodejs server, i just want to use vanilla js. can I hash using argon2 this way yet?

antelle commented 3 years ago

Hi! Yes of course, here's an example: https://jsfiddle.net/vqzrtupw/