Skip to content

Instantly share code, notes, and snippets.

@madeinnordeste
Created July 26, 2020 20:51
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 madeinnordeste/fe46827265f76ac2463d1053dcbc4414 to your computer and use it in GitHub Desktop.
Save madeinnordeste/fe46827265f76ac2463d1053dcbc4414 to your computer and use it in GitHub Desktop.
Base 64 encode file in one line
# 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