Mildly performant age vanity public key brute-forcer.
First clone this repository
docker build -t vanity-age .
docker run -it --rm -d -v $(pwd)/key.txt:/key.txt --name vanity-age vanity-age "query"
go build
./vanity-age query
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
.