Skip to content

Instantly share code, notes, and snippets.

View Yornik's full-sized avatar

Yornik Heyl Yornik

View GitHub Profile
@marklister
marklister / vanity-genkey
Created April 23, 2019 15:39
Wireguard vanity genkey
#!/bin/bash
# "Vanity" keygen for Wireguard
# Example usage: ./vanity-genkey '^CPT/|^HRE/|^EDI/'
# Or on a multi core machine ./vanity-genkey '^CPT/|^HRE/|^EDI/' >> keys &
# Spawn as many as your computer can deal with.
# Adding -i to the grep will speed things up at the expense of readability