Last active
December 26, 2017 19:07
-
-
Save 4F2E4A2E/33ccd5b7df3762b735b6688ebd56ca34 to your computer and use it in GitHub Desktop.
base64 encoding using bash
This file contains 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
echo -n 'myuser:mypassword' | openssl base64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment