iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
29 lines (28 loc) • 439 B
JSON
{
"name":"base64",
"description":"base64 encryption",
"spec":{
"id":"__HOPE__/builtin/crypto/base64",
"name":"base64_spec",
"in":{
"ports":[
{
"name":"input",
"type":"string"
}
]
},
"out":{
"ports":[
{
"name":"out",
"type":"string"
}
]
},
"config":[]
},
"ui":{
},
"doc":"builtin/crypto.html#base64"
}