pgp suffix finder

brute force pgp key id suffixes of arbitrary length

Makefile


BINARY := pgp-suffix-finder

all: $(BINARY)

$(BINARY):
	go build -o $(BINARY)

clean:
	$(RM) $(BINARY)

Download

raw zip tar