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

Your Title Goes Here

34455sze

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: 34455sze
✓ Verified
34455sze • 3 artifacts • Sep 8, 2025
Collection Artifacts & Files ✓ 3 Files
115.txt, 116.txt, 117.txt
Merkle Root Hash: f65daf76e0d7a790e87b69155ae91f4aa484581dbf0795fd56d05d46051f6490
Digital Signature: Signature not available - Please contact administrator

🌳 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: 115.txt
Position in tree: 0
20a1be076a62a1cd2110b55421c86422ae886bb1fe4a5bccb5d68404f4f4930d
Leaf 2: 116.txt
Position in tree: 1
6e613f50fa0a24e61be124e6ba0665073b3c30f928ef4ccbfbf1cb61ba095b40
Leaf 3: 117.txt
Position in tree: 2
667dcd3844ce9f2bb01f55119a09a322238e8e5c725197da30c9742c5f776246

🔗 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:
20a1be076a62a1cd2110b55421c86422ae886bb1fe4a5bccb5d68404f4f4930d...
Right input:
6e613f50fa0a24e61be124e6ba0665073b3c30f928ef4ccbfbf1cb61ba095b40...
Result (SHA-256):
48b1fd03670702b04016bc0c0592080e4826ac9abecc7dfb0f8219f3c4809d2c
Node 2 = hash(Left3 + Right4) (duplicated for odd count)
Left input:
667dcd3844ce9f2bb01f55119a09a322238e8e5c725197da30c9742c5f776246...
Right input:
667dcd3844ce9f2bb01f55119a09a322238e8e5c725197da30c9742c5f776246...
Result (SHA-256):
b11255f675d9560240e43dea9d56635eba3113f998360d92b574ad702a49c5f2

✅ 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:
f65daf76e0d7a790e87b69155ae91f4aa484581dbf0795fd56d05d46051f6490
💡 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