base64-lt

Crates.iobase64-lt
lib.rsbase64-lt
version1.0.5
sourcesrc
created_at2020-06-11 13:16:07.488081
updated_at2021-08-13 20:52:08.241859
descriptionA base64 (with padding) string encoding/decoding utility.
homepage
repositoryhttps://github.com/nicolasbauw/base64
max_upload_size
id252746
size5,816
Nicolas BAUW (nicolasbauw)

documentation

README

base64-lt

Current Crates.io Version Downloads badge

A base64 (with padding) string encoding/decoding utility.

You can use it in two ways:

  • Interactive mode : you run it, type your text, and press enter
  • Non-interactive mode : you echo your text and pipe it to base64-lt.

The -d commutator is for decoding. Tested on MacOS / Linux / Windows.

Examples:

base64-lt
Test
VGVzdA==
base64-lt -d
VGVzdA==
Test
echo "VGVzdA==" | base64-lt -d
Test

License: MIT

Commit count: 43

cargo fmt