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: almost 4 years ago
Linked from 2 awesome lists
gohashpasswordpassword-hashscrypt
Related projects:
Repository | Description | Stars |
---|---|---|
| A password generation tool with options for custom character sets and accessibility features. | 55 |
| A tool for generating keyboard walks with configurable parameters to create efficient passwords | 552 |
| A tool to efficiently generate password candidates by reducing the search space based on common patterns and character distributions. | 444 |
| A collection of password hashing algorithms written in Rust | 688 |
| A simple library for generating random and customizable passwords | 292 |
| A lightweight package for generating and comparing password hashes using the Argon2 algorithm. | 20 |
| A tool that generates password candidates by combining words from an input list using the PRINCE algorithm in a flexible and sequential manner. | 434 |
| A password dictionary generator that can produce passwords using various rules and wordlists. | 150 |
| Provides functions to generate, parse and verify bcrypt password hashes | 13 |
| A lightweight password strength meter using raw entropy values to evaluate the security of a password | 507 |
| Example code for symmetric encryption and decryption in Go | 153 |
| A utility library for securely hashing and encrypting passwords based on the Dropbox method. | 59 |
| Provides a unified implementation of multiple password hashing algorithms. | 54 |
| Provides a collection of leaked passwords compiled into ordered lists for analysis and use in security testing | 326 |
| A Crystal library for generating one-time passwords for two-factor authentication | 63 |