Crates.io | base64-lt |
lib.rs | base64-lt |
version | 1.0.5 |
source | src |
created_at | 2020-06-11 13:16:07.488081 |
updated_at | 2021-08-13 20:52:08.241859 |
description | A base64 (with padding) string encoding/decoding utility. |
homepage | |
repository | https://github.com/nicolasbauw/base64 |
max_upload_size | |
id | 252746 |
size | 5,816 |
A base64 (with padding) string encoding/decoding utility.
You can use it in two ways:
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