BaseEncodingDecoding
Royalty Free
Base encoding and decoding of strings. Supports base16, base32 and base64 data encodings.
No Tags
Language
Python 3.x
Metrics
API Calls - 53
Avg call duration -
N/A
Permissions
The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT).
Learn more
Run an example
Input
Output
{
"output": "bXkgZGF0YSB0byBlbmNvZGU="
}
Install and use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run totemic/BaseEncodingDecoding/0.1.0 -d '{
"data": "my data to encode",
"method": "encode",
"base": 64
}' --timeout 300