{
  "name": "Secure user emails with AES-256 encryption and verification system",
  "nodes": [
    {
      "id": "2dffdac7-13c1-4341-a122-4f9b049da158",
      "name": "When clicking \"Test workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "ecdf641b-33f0-46a4-98f0-8bd8cce5b603",
      "name": "Sample Data",
      "type": "n8n-nodes-base.code",
      "position": [
        420,
        0
      ]
    },
    {
      "id": "a07a7590-8424-4fa6-b518-cbb65c7803ff",
      "name": "Encrypt Emails",
      "type": "n8n-nodes-base.code",
      "position": [
        620,
        0
      ]
    },
    {
      "id": "44f1e649-428a-48b4-bba5-49e1618b177c",
      "name": "Verify Encryption",
      "type": "n8n-nodes-base.code",
      "position": [
        820,
        0
      ]
    },
    {
      "id": "892d4560-b558-4888-ad87-57503ceafe54",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        -100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c95888de-7c36-47fd-8a3c-177349302ec2",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        280
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Sample Data": {
      "main": [
        [
          {
            "node": "Encrypt Emails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Encrypt Emails": {
      "main": [
        [
          {
            "node": "Verify Encryption",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking \"Test workflow\"": {
      "main": [
        [
          {
            "node": "Sample Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}