Skip to content

Instantly share code, notes, and snippets.

@tabukmail
tabukmail / server.py
Last active May 6, 2026 19:32
gpg challenge
#!/usr/bin/env python3
"""
server.py — gpg challenge ui
Serves the HTML form and streams solve.sh output via SSE (Server-Sent Events)
Run:
chmod +x solve.sh
python3 server.py
"""