No description
Find a file
2025-09-05 19:27:02 +02:00
.idea add initial implementation for key generation and bruteforce search 2025-09-05 18:21:40 +02:00
src/main/kotlin refactor: enhance bruteforce search and key generation logic 2025-09-05 18:43:43 +02:00
.gitignore add initial project configuration files and .gitignore 2025-09-05 17:14:47 +02:00
pom.xml feat: add Maven configuration for native image generation and update main class reference 2025-09-05 18:56:29 +02:00
README.md feat: add README with build and usage instructions 2025-09-05 19:27:02 +02:00

age-vanity

A tool to generate vanity addresses for the age encryption tool.

Requirements

  • Java 21
  • Maven
  • Git
  • age-keygen
  • native-image (optional for native builds)

Build from source

git clone https://git.lenooby09.tech/LeNooby09/age-vanity.git
cd age-vanity
mvn clean package

Execution

java -jar target/age-vanity-1.0-SNAPSHOT.jar

Usage

run the jar file and follow the instructions.