base64 CLI implemented in rust
base64 --help
base64 1.0
Encode/decode between base64 text and binary/text
USAGE:
base64.exe [FLAGS] [OPTIONS] [text]
ARGS:
<text> UTF-8 text to encode; or base64 text to decode
FLAGS:
-d, --decode Decode base64 text to UTF-8 text or bytes
-h, --help Print help information
-V, --version Print version information
OPTIONS:
-i, --input <input> Read from file
-o, --output <output> Write to file
- Download from release page
- Download base64.exe for Windows