initial commit

This commit is contained in:
2025-10-23 17:49:48 +02:00
commit 4388ae2c5c
7 changed files with 2905 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[package]
name = "fingerprunk"
version = "0.1.0"
authors = ["Niklas Elsbrock <mail@nelsbrock.de>"]
edition = "2024"
description = "CLI tool for brute-forcing OpenPGP keys with cool fingerprints"
repository = "https://github.com/nelsbrock/fingerprunk"
license = "GPL-3.0-or-later"
keywords = ["fingerprint", "openpgp", "bruteforce"]
categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.50", features = ["derive"] }
fancy-regex = "0.16.2"
num-integer = "0.1.46"
num_cpus = "1.17.0"
rpassword = "7.4.0"
sequoia-openpgp = "2.0.0"