Ross ROSS = Recommend OSS · open-source software intelligence for agents

brannondorsey/PassGAN

A Deep Learning Approach for Password Guessing (https://arxiv.org/abs/1709.00440) observed · 2026-08-28

github.com/brannondorsey/PassGAN · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3179
  • days_rel: n/a
  • days_push: 1286
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2012 stars · 399 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python command-line implementation of the PassGAN paper that uses a Wasserstein GAN to generate password guesses, with a pretrained model trained on the RockYou dataset. It supports both sampling passwords from the pretrained checkpoint and training new models on custom password leak datasets.

Use cases

  • generate password guesses with a GAN for cracking hashed passwords
  • audit password strength against ML-generated guesses
  • reproduce the PassGAN research paper results
  • train a password generation model on my own leaked password dataset
  • sample millions of realistic passwords from a pretrained model

When to choose

  • you want to run GAN-based password guessing with a pretrained RockYou model
  • you need a CLI to train or sample from a password-generating GAN
  • you are reproducing or extending the PassGAN paper

When to avoid

  • you need a fast, production-grade password cracker - traditional rule/Markov tools like hashcat are faster
  • you lack a CUDA GPU, since training requires one
  • you want actively maintained TensorFlow code - it depends on old CUDA 8-era tooling

Facets

cli-tool · maturity maintenance

machine-learning deep-learning cli security security machine-learning deep-learning python cli gan password-cracking password-guessing wgan research-reproducibility pretrained-model linux gpu

1 source

Member repositories

RepositoryRoleHealth v2
brannondorsey/PassGANmain23

For agents

markdown · JSON · MCP: product_card(name="brannondorsey/PassGAN")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem