The Wayback Machine - https://web.archive.org/web/20211213201549/https://github.com/topics/password-hash
Skip to content
#

password-hash

Here are 175 public repositories matching this topic...

A probably paranoid Golang utility library for securely hashing and encrypting passwords based on the Dropbox method. This implementation uses Blake2b, Scrypt and XSalsa20-Poly1305 (via NaCl SecretBox) to create secure password hashes that are also encrypted using a master passphrase.
  • Updated Dec 11, 2020
  • Go
Fi5t
Fi5t commented Jul 16, 2020

Hello! I'm really glad to see an Android version of the Argon2 library. I wanted to do it myself, but I haven't found enough time for it. Thanks for having done it for me 😉

However, when I started using this library I found out, that some API weren't very convenient to use. For instance:

  1. Passing a mode parameter to the verify() method looks redundant because it can be elicited from a

Improve this page

Add a description, image, and links to the password-hash topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the password-hash topic, visit your repo's landing page and select "manage topics."

Learn more