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.
golang credentials scrypt password password-safety password-hash golang-library passwords secure-password password-security secure-passwords password-hashing passwords-encrypted master-passphrase nacl-secretbox
-
Updated
May 16, 2026 - Go