Skip to content

Mildly performant age public key bruteforcer

License

Notifications You must be signed in to change notification settings

johnwyles/vanity-age

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanity-age

Mildly performant age vanity public key brute-forcer.

Installation and Usage

First clone this repository

Docker

docker build -t vanity-age .
docker run -it --rm -d -v $(pwd)/key.txt:/key.txt --name vanity-age vanity-age "query"

Go

go build
./vanity-age query

Queries

query is a valid fnmatch query. Try

./vanity-age

for information about fnmatch.

To simply generate a key which starts with specific characters, try:
./vanity-age "<0-51 alphanumeric characters>*

The output is identical to age-keygen.

About

Mildly performant age public key bruteforcer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 78.9%
  • Dockerfile 21.1%