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." ,
2022-09-29 03:33:16 -07:00
"categories" : [ "Development" , "Core Nodes" ] ,
2021-01-14 04:56:07 -08:00
"resources" : {
"primaryDocumentation" : [
{
2022-09-29 03:33:16 -07:00
"url" : "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.crypto/"
2021-01-14 04:56:07 -08:00
}
2021-06-27 04:34:08 -07:00
] ,
"generic" : [
{
"label" : "How to build a low-code, self-hosted URL shortener in 3 steps" ,
"icon" : "🔗" ,
"url" : "https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/"
}
2021-01-14 04:56:07 -08:00
]
2021-04-10 01:18:10 -07:00
} ,
2022-09-29 03:33:16 -07:00
"alias" : [ "Encrypt" , "SHA" , "Hash" ] ,
2021-05-28 12:54:52 -07:00
"subcategories" : {
2023-12-08 02:40:05 -08:00
"Core Nodes" : [ "Data Transformation" ]
2021-05-28 12:54:52 -07:00
}
2022-09-29 03:33:16 -07:00
}