Skip to content

Instantly share code, notes, and snippets.

@VerTiGoEtrex
VerTiGoEtrex / protonvpn-wireguard-generator.py
Created November 28, 2022 00:50 — forked from fusetim/protonvpn-wireguard-generator.py
Generate lots of Wireguard configuration for your ProtonVPN Account.
import http.client
import http.cookies
import json
import base64
import hashlib
from cryptography.hazmat.primitives import serialization
from cryptography.hazmat.primitives.asymmetric import x25519
from cryptography.hazmat.primitives.asymmetric import ec
from cryptography.hazmat.primitives import hashes