Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.
/ b64 Public archive

Consistent command-line Base64 Encoder/Decoder

Notifications You must be signed in to change notification settings

NightsPaladin/b64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# b64 - Command-line Base64 Encoder/Decoder

  • Produces HTTP Basic Auth compatible Base64 strings

Basic usage

Encoding a string:

$ ./b64.py -e | --encode "<string-to-encode>"

$ echo "string-to-encode" | ./b64 -e | --encode

Decoding a string:

$ ./b64.py -d | --decode "<string-to-decode>"

$ echo "string-to-decode" | ./b64 -d | --decode

About

Consistent command-line Base64 Encoder/Decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages