Skip to content

Instantly share code, notes, and snippets.

@abramovk
Created April 3, 2025 08:29
Show Gist options
  • Save abramovk/bc5ad45318795d8d69c32312356d3493 to your computer and use it in GitHub Desktop.
Save abramovk/bc5ad45318795d8d69c32312356d3493 to your computer and use it in GitHub Desktop.
# encode
cat key.txt | base64 -w0
# decode
cat stribng | base64 --decode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment