password-smelter
Password analyzer
Analyze and report on password strength and characteristics
PASSWORDS, NED! IN AN OPEN FIEEEELD!!
17 stars
2 watching
1 forks
Language: Python
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
thetechromancer/password-stretcher | Generates passwords by mutating input words or lists to create a large set of possible passwords. | 33 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 788 |
0xvavaldi/gramify | Analyzes text data to extract patterns of words or characters for password cracking and analysis purposes. | 28 |
cyb3rko/pazzword | An intelligent password evaluator tool that analyzes entered passwords using algorithms to provide feedback on strength and suggest improvements. | 69 |
tmthecoder/argon2swift | A Swift wrapper around a reference implementation of the Argon2 password hashing algorithm | 27 |
iphelix/pack | A toolkit for analyzing and improving password cracking operations by identifying common patterns in leaked passwords. | 796 |
xpepper/passwordstrengthchecker | A tool to evaluate password strength based on length, character types, and special characters. | 6 |
digininja/pipal | Analyzes and generates statistics from password dumps. | 631 |
travco/rephraser | A password cracking tool using Markov chains to generate linguistically plausible candidates | 61 |
thewhiteh4t/pwnedornot | Tool to identify compromised email addresses and their potential password matches from publicly available data sources. | 2,239 |
philipperemy/tensorflow-1.4-billion-password-analysis | An analysis of 1.4 billion leaked passwords to identify patterns and changes in password usage over time using deep learning and natural language processing techniques. | 1,913 |
pyca/bcrypt | A modern password hashing library for Python | 1,250 |
shssoichiro/zxcvbn-rs | A password strength estimator based on the Dropbox zxcvbn library | 209 |
profmoriarity/rexsser | A tool to extract and analyze keywords from web responses for security testing purposes | 75 |
rustcrypto/password-hashes | A collection of password hashing algorithms implemented in Rust. | 673 |