#base64 #codec #padding #decoding

app base64-lt

A base64 (with padding) string encoding/decoding utility

6 stable releases

1.0.5 Aug 13, 2021
1.0.4 Aug 7, 2020
1.0.3 Jul 30, 2020
1.0.1 Jun 14, 2020

#1919 in Encoding

MIT license

5KB
54 lines

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

Dependencies

~16KB