passgpt
Password generator
A GPT-2 model trained to generate passwords based on leaked data and can guess previously unseen passwords more accurately than existing methods
49 stars
4 watching
13 forks
Language: Python
last commit: about 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
tp7309/ttpassgen | A password dictionary generator that can produce passwords using various rules and wordlists. | 148 |
thetechromancer/password-stretcher | Generates passwords by mutating input words or lists to create a large set of possible passwords. | 33 |
m1/go-generate-password | A password generation tool with options for custom character sets and accessibility features. | 55 |
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 |
rijulgulati/otpgen | A library to generate Time-Based One-Time Passwords (TOTP) and Hierarchical Offset Time Protocol (HOTP) codes. | 137 |
phxql/argon2-jvm | A Java-based implementation of the Argon2 password hashing algorithm using a native C library | 332 |
alfianandinugraha/genmypass | Generates random passwords using JavaScript | 4 |
iphoting/pwqgen.rb | Generates random pronouncable passwords of variable length | 6 |
hackzilla/password-generator | A simple library for generating random and customizable passwords | 293 |
quahac/burp-intruder-hashcat-maskprocessor | A tool for generating password candidates with customizable masks and keyspaces | 19 |
hashcat/maskprocessor | A tool to efficiently generate password candidates by reducing the search space based on common patterns and character distributions. | 441 |
hrtywhy/random-password-generator | A tool that generates random, customizable passwords with user input options and optional destination | 7 |
kosprov/jargon2-api | A fluent Java API for generating and verifying password hashes using the Argon2 algorithm. | 65 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 788 |
jakewnuk/ptt | A versatile utility designed to facilitate password cracking by applying custom rules and transformations to input data | 21 |