buddy-hashers icon indicating copy to clipboard operation
buddy-hashers copied to clipboard

Collection of password hashers.

Results 6 buddy-hashers issues
Sort by recently updated
recently updated
newest added

Thanks for this excellent library, we use it to hash many many strings, and it works great. Similar to this `buddy-core` pull request: https://github.com/funcool/buddy-core/pull/53 - but for this `buddy-hashers` repo...

I am going through requirements outlined in NIST SP 800-63B for AAL1, to make sure that my Clojure application is compliant. When going through section "5.1.1.2  Memorized Secret Verifiers", it...

[buddy/buddy-hashers "1.3.0"] There are some reflection warnings reported: ``` Reflection warning, buddy/core/nonce.clj:49:6 - call to method put on java.nio.ByteBuffer can't be resolved (argument types: java.lang.Object). Reflection warning, buddy/core/nonce.clj:59:56 - reference...

For my uses, the default parameters for :argon2id aren't sufficient for my hardware, so I hash with an extra iteration. Sadly, when I verify a password, it always comes back...

The [namespace docs state](https://funcool.github.io/buddy-hashers/latest/buddy.hashers.html) clearly that `buddy.hashers/check` "Should be considered as DEPRECATED" in preference of `buddy.hashers/verify`. In [the User Guide](https://funcool.github.io/buddy-hashers/latest/user-guide.html), the examples correctly use `verify`, but other parts of the...