Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 189 Bytes

File metadata and controls

7 lines (6 loc) · 189 Bytes

base64

encode and decode base64 from stdin

Example usage is
echo 'testing spaces?' | cargo run -- encode
and
echo 'dGVzdGluZyBzcGFjZXM/' | cargo run -- decode