b64tool-cli
v1.0.0
Published
Base64 encode/decode from the command line. Supports file input and pipe mode.
Maintainers
Readme
b64tool-cli
Base64 encode/decode from the command line. Supports file input and pipe mode.
Install
npm install -g b64tool-cliUsage
# Encode a string
echo "hello" | b64tool encode
# Decode a string
b64tool decode aGVsbG8=
# Encode from file
b64tool encode file.txtLicense
MIT
