mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-28 08:57:17 +00:00
16 lines
322 B
JSON
16 lines
322 B
JSON
|
|
{
|
||
|
|
"name": "Base64 encoder & decoder",
|
||
|
|
"description": "Encrypt and decrypt data for secure transmission and storage.",
|
||
|
|
"widgets": [
|
||
|
|
"Table",
|
||
|
|
"Chart"
|
||
|
|
],
|
||
|
|
"sources": [
|
||
|
|
{
|
||
|
|
"name": "Run JavaScript",
|
||
|
|
"id": "runjs"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"id": "base64-encoder-decoder",
|
||
|
|
"category": "developer-utilities"
|
||
|
|
}
|