Techcable / passphrase-generator

A simple(ish) passphrase generator in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passphrase-generator

A small Python script to generate passphrases based on a given wordlist.

Uses the secrets module for cryptographically secure random number generation.

The only dependency outside the stdlib is click.

TODO

  • Automatically detect wordlist format from file
  • Simplify codebase??

About

A simple(ish) passphrase generator in python

License:Apache License 2.0


Languages

Language:Python 100.0%