Skip to content

Instantly share code, notes, and snippets.

@ggmartins
Created October 20, 2025 17:32
Show Gist options
  • Select an option

  • Save ggmartins/0134047b29cb8f25c28cedfa42c0bae0 to your computer and use it in GitHub Desktop.

Select an option

Save ggmartins/0134047b29cb8f25c28cedfa42c0bae0 to your computer and use it in GitHub Desktop.
decode base64
| python -c "import sys, base64; print(base64.b64decode(sys.stdin.read()).decode())"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment