Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sobaq/vanity-age
- Owner: sobaq
- License: bsd-2-clause
- Created: 2021-07-15T12:43:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T08:13:31.000Z (10 months ago)
- Last Synced: 2024-05-18T22:12:54.975Z (7 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-age - vanity-age
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`.