Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sobaq/vanity-age

Mildly performant age public key bruteforcer
https://github.com/sobaq/vanity-age

Last synced: 26 days ago
JSON representation

Mildly performant age public key bruteforcer

Awesome Lists containing this project

README

        

# vanity-age

Mildly performant [age](https://github.com/FiloSottile/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`.