#base64 #text #decode #encode #encode-decode #cli-tool

app base64_text

A CLI tool for encoding and decoding Base64 strings

2 releases

0.1.2 Jun 2, 2023
0.1.0 May 21, 2023

#81 in #encode-decode

MIT license

28KB
601 lines

Convert excel file to csv file

Crates.io Rust license

install

cargo install base64_text
Base64 Encoder/Decoder 1.0
Addrew Ryan <dnrops@outlook.com>
A CLI tool for encoding and decoding Base64 strings

USAGE:
    base64_text.exe [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --decode <STRING>    Decode a string from Base64 format
    -e, --encode <STRING>    Encode a string in Base64 format

Dependencies

~685KB
~11K SLoC