nacl-secretbox
There are 4 repositories under nacl-secretbox topic.
hrishiksh/hash
A terminal based password manager for everyone
dwin/goSecretBoxPassword
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.
yutotakano/shecretbox
Implementation of NaCl Box and SecretBox in Haskell using cryptonite primitives