b64-cli
A simple and fast command-line tool for encoding and decoding base64 strings.
Installation
Install from crates.io:
Or install from source:
Usage
The basic syntax is:
Commands
encodeore- Encode a string to base64decodeord- Decode a base64 string
Examples
Encoding:
# Output: aGVsbG8=
# Output: aGVsbG8=
Decoding:
# Output: hello
# Output: hello
Building
Testing
License
MIT