simple-scrypt
Password hash generator
Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go
A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go 🔑
198 stars
8 watching
27 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
gohashpasswordpassword-hashscrypt
Related projects:
Repository | Description | Stars |
---|---|---|
m1/go-generate-password | A password generation tool with options for custom character sets and accessibility features. | 55 |
hashcat/kwprocessor | A tool for generating keyboard walks with configurable parameters to create efficient passwords | 545 |
hashcat/maskprocessor | A tool to efficiently generate password candidates by reducing the search space based on common patterns and character distributions. | 441 |
rustcrypto/password-hashes | A collection of password hashing algorithms implemented in Rust. | 673 |
hackzilla/password-generator | A simple library for generating random and customizable passwords | 293 |
andskur/argon2-hashing | A lightweight package for generating and comparing password hashes using the Argon2 algorithm. | 20 |
hashcat/princeprocessor | A tool that generates password candidates by combining words from an input list using the PRINCE algorithm in a flexible and sequential manner. | 430 |
tp7309/ttpassgen | A password dictionary generator that can produce passwords using various rules and wordlists. | 148 |
dnaeon/cl-bcrypt | Provides functions to generate, parse and verify bcrypt password hashes | 13 |
wagslane/go-password-validator | A lightweight password strength meter using raw entropy values to evaluate the security of a password | 501 |
kisom/gocrypto | Example code for symmetric encryption and decryption in Go | 153 |
dwin/gosecretboxpassword | A utility library for securely hashing and encrypting passwords based on the Dropbox method. | 59 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 51 |
scipag/password-list | Provides a collection of leaked passwords compiled into ordered lists for analysis and use in security testing | 319 |
philnash/crotp | A Crystal library for generating one-time passwords for two-factor authentication | 63 |