Created
October 20, 2025 17:32
-
-
Save ggmartins/0134047b29cb8f25c28cedfa42c0bae0 to your computer and use it in GitHub Desktop.
decode base64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | 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