Baze64
A Rust library & binary crate for encoding & decoding base64
Usage
Run baze64 encode <STRING> to encode a string or baze64 encode -f <FILE> to
encode a file. Decode a base64 string by running
baze64 decode <STRING>
where <STRING> is a base64 encoded string, adding -o <FILE> to output to <FILE>
Installation
Through Cargo
Run the command
cargo install baze64
Precompiled Binary
Install the binary for your system from the latest GitHub release
and extract the binary to a location on your PATH