goSecretBoxPassword
Password library
A utility library for securely hashing and encrypting passwords based on the Dropbox method.
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.
59 stars
3 watching
9 forks
Language: Go
last commit: over 2 years ago
Linked from 2 awesome lists
credentialsgolanggolang-librarymaster-passphrasenacl-secretboxpasswordpassword-hashpassword-hashingpassword-safetypassword-securitypasswordspasswords-encryptedscryptsecure-passwordsecure-passwords
Related projects:
Repository | Description | Stars |
---|---|---|
| A Go library providing a secure password hashing and verification utility using the Argon2 algorithm. | 18 |
| A password validation library in Go inspired by Python's passlib. | 288 |
| A Go implementation of a realistic password strength estimator inspired by password crackers. | 68 |
| A Common Lisp library for securely hashing and verifying passwords. | 30 |
| A lightweight package for generating and comparing password hashes using the Argon2 algorithm. | 20 |
| A lightweight password strength meter using raw entropy values to evaluate the security of a password | 507 |
| Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
| An extension to kubectl that allows users to manage Kubernetes secrets directly from the gopass password manager. | 40 |
| Provides a unified implementation of multiple password hashing algorithms. | 54 |
| A Java library that estimates password strength based on various algorithms and dictionary matching, providing internationalization support and customizable options. | 293 |
| A password generation tool with options for custom character sets and accessibility features. | 55 |
| A library for building secure and private networks in Go | 270 |
| A library for simple and clean API authentication with various strategies | 563 |
| A Bookshelf.js plugin for securely storing and authenticating passwords using BCrypt. | 24 |
| Provides a unified set of libraries and interfaces for password hashing in Dart applications. | 18 |