Sign in
← All matches
✅ Cryptographically verified · sealed pick #7301

Deportivo Paraguayo vs CA Lugano

Primera C Metropolitana · Argentina · 26 Sept 2026, 18:00 UTC

Final score
1 : 1
Result
Lost
Pick
Deportivo Paraguayo
Market
1X2
CLV vs fair close
-6.95%
Model prob.
28.4%
Best price
3.80
Min odds
3.59
Stake factor
1.00

Proof this pick was locked in before kickoff

The pick was encrypted before kickoff and published the moment it was sealed to Telegram and GitHub, each carrying an independent timestamp. The encrypted batch is also anchored in Bitcoin — a public record nobody, including us, can alter or back-date. After the match the key is released; decrypting that exact pre-published message reveals the pick, proving it was fixed in advance, not cherry-picked.

Encrypted pick (AES-256-GCM)
N/ebh7sQV9xfAH5bAeJBc3mM5C0MGieDyJtpw6L4vWxhf7MeSAhXQY9AqCcubMJgOCdKvehPMxdx6DxH/lIjIM+PPkxcZdB6ksOWLQoLUQDN0pluc4QXVyk4yhQUd2UwOjYl4LHfjbdJDxJbVeL8tnnKhGOo+vNwwnmOYxTAsnqAbQ6GO5CQXoEKmD9CjI8til627dR/cy3+RB8+qMa/opNX4gcdp58oBJq1nGE4AmktqRLQMFg/jIO//qOQoM2kv7FOTpb1C1upQMytQ2clLY0e/0qDu84aViO99Wp5PdoHhoenps4LQy48vwMMvOtzKOgsvCoNff9NiLWkNcuSP9+sBXSvcY4o9EgOoUZ6Qz2/ew9gTZ2dfD7xBoa8gsI5TFdKwM0tsnvPkTStxKwc2/ZxUSezzT43p2iOM2U6zzoKgi5IT4wWqjR6eWKWkhbQQzIethOXwKP4prIcvlG8VOmsb7FuyFYhQ6x0Df+GBH6xUcQWZ4rZ6eEQEtemUOp/Q/h57juFfFnXFEuBJEjwvLEwZMdzRwvUPiLFOA52Nwj+T9UvAHsdqIU2Iga4TMDI550e1XbmsCRs3sx4zaD+rR12mvWJ+JWS8pE29jXQCHFtPz3DHRDV+ZcGoYFpwNHcMQs2RM25ik+OSxP2DryfBjodZWMuBuXLIaV8u8r6dfIyqm38rVOdSPjJ8ZhJ/JEp0B0SO2yg/pcByiJI
key fingerprint sha256: 3557d38f217520c1f5e54497d26f1e042f6c1cae1c01e2186d13f1e898dd0206
Decrypt it & read the pick
Decryption key (released after the match)
fb714078f6e477608276118f02e725614bf927d5a8705d8b0ed06e21e54b7452
Decrypt in CyberChef →
Verify it yourself — paste both values, no install

The Encrypted pick above is base64( nonce[12 bytes] + ciphertext + tag[16 bytes] ), AES-256-GCM. Zero-install check: open your browser console (press F12 → Console), paste this, press Enter — it decrypts the exact pick shown above:

const blob = Uint8Array.from(atob("N/ebh7sQV9xfAH5bAeJBc3mM5C0MGieDyJtpw6L4vWxhf7MeSAhXQY9AqCcubMJgOCdKvehPMxdx6DxH/lIjIM+PPkxcZdB6ksOWLQoLUQDN0pluc4QXVyk4yhQUd2UwOjYl4LHfjbdJDxJbVeL8tnnKhGOo+vNwwnmOYxTAsnqAbQ6GO5CQXoEKmD9CjI8til627dR/cy3+RB8+qMa/opNX4gcdp58oBJq1nGE4AmktqRLQMFg/jIO//qOQoM2kv7FOTpb1C1upQMytQ2clLY0e/0qDu84aViO99Wp5PdoHhoenps4LQy48vwMMvOtzKOgsvCoNff9NiLWkNcuSP9+sBXSvcY4o9EgOoUZ6Qz2/ew9gTZ2dfD7xBoa8gsI5TFdKwM0tsnvPkTStxKwc2/ZxUSezzT43p2iOM2U6zzoKgi5IT4wWqjR6eWKWkhbQQzIethOXwKP4prIcvlG8VOmsb7FuyFYhQ6x0Df+GBH6xUcQWZ4rZ6eEQEtemUOp/Q/h57juFfFnXFEuBJEjwvLEwZMdzRwvUPiLFOA52Nwj+T9UvAHsdqIU2Iga4TMDI550e1XbmsCRs3sx4zaD+rR12mvWJ+JWS8pE29jXQCHFtPz3DHRDV+ZcGoYFpwNHcMQs2RM25ik+OSxP2DryfBjodZWMuBuXLIaV8u8r6dfIyqm38rVOdSPjJ8ZhJ/JEp0B0SO2yg/pcByiJI"), c => c.charCodeAt(0));
const key  = Uint8Array.from("fb714078f6e477608276118f02e725614bf927d5a8705d8b0ed06e21e54b7452".match(/../g).map(h => parseInt(h, 16)));
crypto.subtle.importKey("raw", key, "AES-GCM", false, ["decrypt"])
  .then(k => crypto.subtle.decrypt({ name: "AES-GCM", iv: blob.slice(0, 12) }, k, blob.slice(12)))
  .then(b => console.log(new TextDecoder().decode(b).split("\n")[0]));

Prefer a GUI? The orange button opens CyberChef pre-filled. Or split the parts yourself for any AES-256-GCM tool:

  • Algorithm: AES-256-GCM
  • Key (hex): fb714078f6e477608276118f02e725614bf927d5a8705d8b0ed06e21e54b7452
  • IV / nonce (hex): 37f79b87bb1057dc5f007e5b
  • Ciphertext (hex): 01e24173798ce42d0c1a2783c89b69c3a2f8bd6c617fb31e480857418f40a8272e6cc26038274abde84f331771e83c47fe522320cf8f3e4c5c65d07a92c3962d0a0b5100cdd2996e738417572938ca14147765303a3625e0b1df8db7490f125b55e2fcb679ca8463a8faf370c2798e6314c0b27a806d0e863b90905e810a983f428c8f2d8a5eb6edd47f732dfe441f3ea8c6bfa29357e2071da79f28049ab59c613802692da912d030583f8c83bffea390a0cda4bfb14e4e96f50b5ba940ccad4367252d8d1eff4a83bbce1a5623bdf56a793dda078687a7a6ce0b432e3cbf030cbceb7328e82cbc2a0d7dff4d88b5a435cb923fdfac0574af718e28f4480ea1467a433dbf7b0f604d9d9d7c3ef10686bc82c2394c574ac0cd2db27bcf9134adc4ac1cdbf6715127b3cd3e37a7688e33653acf3a0a822e484f8c16aa347a7962969216d043321eb61397c0a3f8a6b21cbe51bc54e9ac6fb16ec8562143ac740dff86047eb151c416678ad9e9e11012d7a650ea7f43f879ee3b857c59d7144b812448f0bcb13064c773470bd43e22c5380e763708fe4fd52f007b1da885362206b84cc0c8e79d1ed576e6b0246cdecc78cda0fead1d769af589f89592f29136f635d008716d3f3dc31d10d5f99706a18169c0d1dc310b3644cdb98a4f8e4b13f60ebc9f063a1d65632e06e5cb21a57cbbcafa75f232aa6dfcad539d48f8c9f198
  • Auth tag (hex): 49fc9129d01d123b6ca0fe9701ca2248

Any standard AES-256-GCM tool returns the exact same pick — the algorithm is a public standard.

The pick is the first line of the decrypted text. Records sealed from 24 September 2026 are followed by a line break and spaces up to a fixed size, so every encrypted pick has the same length and its size reveals nothing about the selection before the key is published. The commitment hash is sha256(first line + key), exactly as before.

How to verify the Bitcoin timestamp yourself

Bitcoin doesn't store the pick — it stores a 32-byte fingerprint (SHA-256) of the encrypted batch, via OpenTimestamps. That fingerprint is frozen in a public block nobody can alter or back-date. You can't spot it by eye on a block explorer (a block holds thousands of unrelated transactions) — you verify it with the .ots proof and any OpenTimestamps tool:

  1. Download the sealed batch file (.jsonl) and its proof (.ots) from GitHub.
  2. Drop both into opentimestamps.org (or run ots verify *.ots). It replays the proof and confirms the Bitcoin block and its UTC time.
  3. See it independently: block #968650 · anchoring transaction (its OP_RETURN holds the commitment). The block's Timestamp is when it became permanent.

Note: Bitcoin anchoring lands ~30–60 min after sealing, and a block's timestamp is miner-set (approximate). So the exact “before kickoff” proof is the seal time above — timestamped instantly by Telegram/GitHub — while Bitcoin is the independent, un-forgeable anchor of permanence.