Library for hashing and verifying passwords using Bcrypt and Argon2

Hey everyone, I extract out my password hashing library from our closed source project so the OCaml community may benefit from it.

I am doing this because I see this topic about ocaml-argon2 linkage issue on Mac OS, and Dream community seem need it too according to their roadmap.

The library still not released to Opam though. :wink:

Edit: the library is here GitHub - syaiful6/passe: Passe is an OCaml library for hashing and verifying passwords using Bcrypt and Argon2

8 Likes

All dependencies are vendored, so no external libraries are required.

That’s the best part. Thank you!

1 Like