vanity-age

October 3, 2023 ยท View on GitHub

A significantly more performant fork of vanity-age, an 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.