Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inspired by the recommendation for the Argon2id password-hashing function in [The Copenhagen Book][] and [OWASP Password Storage Cheat Sheet][], this aims to provide native, pre-compiled bindings to the [reference C implementation of Argon2][Argon2]. There is an existing [Ruby Argon2 gem][] but that provides bindings via FFI and I was keen to re-use my experience developing the [re2][] gem. [The Copenhagen Book]: https://thecopenhagenbook.com/password-authentication [OWASP Password Storage Cheat Sheet]: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#argon2id [Argon2]: https://github.com/P-H-C/phc-winner-argon2 [Ruby Argon2 gem]: https://github.com/technion/ruby-argon2) [re2]: https://github.com/mudge/re2
- Loading branch information