2021-01-14 04:56:07 -08:00
{
"node" : "n8n-nodes-base.crypto" ,
"nodeVersion" : "1.0" ,
"codexVersion" : "1.0" ,
2021-04-10 01:18:10 -07:00
"details" : "The Crypto node allows you to hash and Hmac string in a specified format and sign a string using a private key. Use this node when you want to encrypt your data." ,
2021-01-14 04:56:07 -08:00
"categories" : [
2021-01-15 02:44:21 -08:00
"Development" ,
"Core Nodes"
2021-01-14 04:56:07 -08:00
] ,
"resources" : {
"primaryDocumentation" : [
{
"url" : "https://docs.n8n.io/nodes/n8n-nodes-base.crypto/"
}
]
2021-04-10 01:18:10 -07:00
} ,
"alias" : [
"Encrypt" ,
"SHA" ,
"Hash"
2021-05-28 12:54:52 -07:00
] ,
"subcategories" : {
"Core Nodes" : [
"Helpers"
]
}
2021-01-14 04:56:07 -08:00
}