Skip to content

Instantly share code, notes, and snippets.

@kephin
Created January 8, 2020 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kephin/b3ef6cc38462c7f9ddfdc6b068d10cb5 to your computer and use it in GitHub Desktop.
Save kephin/b3ef6cc38462c7f9ddfdc6b068d10cb5 to your computer and use it in GitHub Desktop.
encode/decode
echo kevin | base64 #a2V2aW4K
echo a2V2aW4K | base64 -D # kevin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment