Created
July 31, 2016 11:57
-
-
Save patrickgill/fbe8924647e1c3b9867d8cdb91b5fd3a to your computer and use it in GitHub Desktop.
base64 usage
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
# encode | |
cat chickenhours.jpg | base64 > chickn.txt | |
# decode | |
base64 --decode -i chicknJK.txt -o outJK.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment