An alternative and interactive base64 (with padding) string encoding/decoding utility.
You can use it by 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== ````
```text base64-lt -d VGVzdA== Test ````
text
echo "VGVzdA==" | base64-lt -d
Test
Here you can download binaries for Windows / Linux.
License: GPL-3.0