Metadata-Version: 2.1
Name: vanity-ssh-keygen
Version: 0.1.0
Summary: A CLI tool to generate vanity SSH keys
Author: Adam McKay
Author-email: adam@beepboop.digital
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cryptography (>=42.0.5,<43.0.0)
Requires-Dist: rich (>=13.6.0,<14.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# Vanity SSH Key Gen

A simple CLI tool to generate vanity SSH keys. That is, public/private key pairs where the public key that you distribute to others has a specific string in.

