Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save swarupdonepudi/aa113a54a13ad3f83a041995eefb5463 to your computer and use it in GitHub Desktop.
Save swarupdonepudi/aa113a54a13ad3f83a041995eefb5463 to your computer and use it in GitHub Desktop.
Decrypt base64 encoded string on command line

echo "base64 encoded string here" | base64 -D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment