Puddingify Seal Logo
Free Trial - Ends 2026/06/01

Your Title Goes Here

newx509

Production Portfolio
Mr. Smokey Bacon
Creator Information

Mr. Smokey Bacon

✓ Verified
Creator Name:
Mr. Smokey Bacon
Creator Alias
smokeybacon
Creator Email
About The Creator:
Tech/ blockchain entrepreneur
Creator Location:
Toronto | Canada
Creator's Public Key & Authentication ✓ Valid Key
-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB...
📊 Portfolio Collection: newx509
✓ Verified
newx509 • 5 artifacts • Oct 15, 2025
Collection Artifacts & Files ✓ 5 Files
add_filter-to-functions_php.txt, blockchain-technology-the-detection-of-AI.txt, CODE-BREAKDOWN.txt...
Merkle Root Hash: 06e2bab54c07f37695178c2896d86d881a763447bb2f92d233795d2cf6c2e8d0
Digital Signature & Verification ✓ Verified
px/y3wrCPtCTnimIy3GfBAwOwTMkQaMo...

🌳 Merkle Tree Construction

Step-by-step cryptographic proof showing how all artifacts are bound together

📄 Level 0: Leaf Nodes (Individual File Hashes)

Each file's content is hashed using SHA-256 to create a unique fingerprint. These are the "leaves" of the Merkle tree.

Leaf 1: add_filter-to-functions_php.txt
Position in tree: 0
3b3f787b11717fcdd8ba50eb208f3bf550aa8fe44d633ff9c721a4056f376bb1
Leaf 2: blockchain-technology-the-detection-of-AI.txt
Position in tree: 1
7bdc9e1b0b40c8ce0e2705a6c7a7550489ee60bd9fb767def0f49efe344108d4
Leaf 3: CODE-BREAKDOWN.txt
Position in tree: 2
3254288280eb39752b0e00d54688a1574aff5502a79a49da999280e869cc97d4
Leaf 4: file-naming-puddingify-.txt
Position in tree: 3
b9e43da40680d1d3fef5e0b5c6b12c16d1af0a280a5ead73b6249f6d6faebc4b
Leaf 5: pass.txt
Position in tree: 4
659c3598406339369714b1e84458f8dacea850a351017eab6341fbd1cdfc9327

🔗 Level 1: Intermediate Nodes

Pairs of hashes from the level below are combined and hashed together to create this level. (Odd number detected: last hash is duplicated for pairing)

Node 1 = hash(Left1 + Right2)
Left input:
3b3f787b11717fcdd8ba50eb208f3bf550aa8fe44d633ff9c721a4056f376bb1...
Right input:
7bdc9e1b0b40c8ce0e2705a6c7a7550489ee60bd9fb767def0f49efe344108d4...
Result (SHA-256):
4da49bc3126c4b503bc0362b62ab0293f0822fb8fa1b665009c4c196bc711661
Node 2 = hash(Left3 + Right4)
Left input:
3254288280eb39752b0e00d54688a1574aff5502a79a49da999280e869cc97d4...
Right input:
b9e43da40680d1d3fef5e0b5c6b12c16d1af0a280a5ead73b6249f6d6faebc4b...
Result (SHA-256):
2ebda0b1a0bf10e2d8bba0e09aa6accdab08c1fd039326948d3ab6807bf60efb
Node 3 = hash(Left5 + Right6) (duplicated for odd count)
Left input:
659c3598406339369714b1e84458f8dacea850a351017eab6341fbd1cdfc9327...
Right input:
659c3598406339369714b1e84458f8dacea850a351017eab6341fbd1cdfc9327...
Result (SHA-256):
0f94c9f0bc39f973f5fd33d42fff27434f5221438999864e24d8ff9790f18071

🔗 Level 2: Intermediate Nodes

Pairs of hashes from the level below are combined and hashed together to create this level. (Odd number detected: last hash is duplicated for pairing)

Node 1 = hash(Left1 + Right2)
Left input:
4da49bc3126c4b503bc0362b62ab0293f0822fb8fa1b665009c4c196bc711661...
Right input:
2ebda0b1a0bf10e2d8bba0e09aa6accdab08c1fd039326948d3ab6807bf60efb...
Result (SHA-256):
5d86ca0d721239f57d61405c6113a5c9f540c81b7dfc2ba683d8dbc9c4b72b3a
Node 2 = hash(Left3 + Right4) (duplicated for odd count)
Left input:
0f94c9f0bc39f973f5fd33d42fff27434f5221438999864e24d8ff9790f18071...
Right input:
0f94c9f0bc39f973f5fd33d42fff27434f5221438999864e24d8ff9790f18071...
Result (SHA-256):
551dd1a2092b22dd57bb0ba09dde41fdd41b25e4d5a88adb4c5ddcf12abb22a9

✅ MERKLE ROOT (Final Level)

This is the single hash that represents ALL files in the collection. This root hash is included in the manifest that gets digitally signed.

MERKLE ROOT HASH:
06e2bab54c07f37695178c2896d86d881a763447bb2f92d233795d2cf6c2e8d0
💡 Why This Matters for Legal Proof:
  • Any change to ANY file will change its hash (leaf node)
  • This changes all parent nodes up to the root
  • The digital signature validates this specific root hash
  • Therefore: ALL files are cryptographically proven by ONE signature