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

Politecnico vs Aztecas AMF

Liga TDP · Mexico · 25 Sept 2026, 16:00 UTC

Final score
0 : 3
Result
Lost
Pick
Politecnico
Market
1X2
CLV vs fair close
-0.88%
Model prob.
70.2%
Best price
1.50
Min odds
1.45
Stake factor
3.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)
0vXwTRavLACrKWOcRuDgBLHQqbBzmExBFfTo6oqLxXX6RXxlL66+MNrj6eKhjvGQm8Nb0aBzYEl7fS6DeNillrOX2WC5qLkxi+3OXaBJwYhU5+plkkc3SlhNJydgC5wyWNrajnIhLIqcpvs5z7Z4cKCE14d7T3fAQH0ILDLBcSVnYKDqKaBNYt6lOnnStvw+hJIq+2gG9Vmu5IsJxNmNkKKc3t7NjeMcDtk5W+mn+cqICTLT4G0JwBEe81Flkb3OCthdmTjteqLgY1XtWQU7dNPj0Hz5GIug/+r95lU6zEZY04yoN/wLLXd6Mys7PM+ck/e4oWiXsxxDMLndQS59AkAYOQOUdCSMAHupffOuDo4Tr+3CqXyhu3MuOxlgQtLchb+L9ImueQ8nrG6h0opqbCiK1I4ij93Wej5/QMhbncSAla0VOCjM/3HdgW/Abz9NYQ7SYr1WuzbSd286KyRWYGoOkuaq6w95+MoccLKckEpu61NM91fe96kn47L4QGUrzXwAp83XxKFAq3Jkkd9q/Kqz/ptSZ61R6C36zVe5aD11SD+Khyi5T6hu8e0FLTNLIRf4PfJcOk7V3lTSRQwUbt1rEAX2v8DhnBuXKWbJvRyjW6ArCFPMV5B/TAJw5O2eSpRUXPqZeqfn6eVvffa1h44uf4fsM0pPhAEwOIeWW9yqGc8fFhshXgElJPWGXYT6ZT0t8ZsIEUvpZGg4
key fingerprint sha256: c482800fe03919f8cc33873402721a27f038ca40fcb16765040bfc39f30f3a42
Decrypt it & read the pick
Decryption key (released after the match)
ad47c511124240b3c4b003b1454ee72465015a7e23f4ee23f1c0b37fa2a9398d
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("0vXwTRavLACrKWOcRuDgBLHQqbBzmExBFfTo6oqLxXX6RXxlL66+MNrj6eKhjvGQm8Nb0aBzYEl7fS6DeNillrOX2WC5qLkxi+3OXaBJwYhU5+plkkc3SlhNJydgC5wyWNrajnIhLIqcpvs5z7Z4cKCE14d7T3fAQH0ILDLBcSVnYKDqKaBNYt6lOnnStvw+hJIq+2gG9Vmu5IsJxNmNkKKc3t7NjeMcDtk5W+mn+cqICTLT4G0JwBEe81Flkb3OCthdmTjteqLgY1XtWQU7dNPj0Hz5GIug/+r95lU6zEZY04yoN/wLLXd6Mys7PM+ck/e4oWiXsxxDMLndQS59AkAYOQOUdCSMAHupffOuDo4Tr+3CqXyhu3MuOxlgQtLchb+L9ImueQ8nrG6h0opqbCiK1I4ij93Wej5/QMhbncSAla0VOCjM/3HdgW/Abz9NYQ7SYr1WuzbSd286KyRWYGoOkuaq6w95+MoccLKckEpu61NM91fe96kn47L4QGUrzXwAp83XxKFAq3Jkkd9q/Kqz/ptSZ61R6C36zVe5aD11SD+Khyi5T6hu8e0FLTNLIRf4PfJcOk7V3lTSRQwUbt1rEAX2v8DhnBuXKWbJvRyjW6ArCFPMV5B/TAJw5O2eSpRUXPqZeqfn6eVvffa1h44uf4fsM0pPhAEwOIeWW9yqGc8fFhshXgElJPWGXYT6ZT0t8ZsIEUvpZGg4"), c => c.charCodeAt(0));
const key  = Uint8Array.from("ad47c511124240b3c4b003b1454ee72465015a7e23f4ee23f1c0b37fa2a9398d".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): ad47c511124240b3c4b003b1454ee72465015a7e23f4ee23f1c0b37fa2a9398d
  • IV / nonce (hex): d2f5f04d16af2c00ab29639c
  • Ciphertext (hex): 46e0e004b1d0a9b073984c4115f4e8ea8a8bc575fa457c652faebe30dae3e9e2a18ef1909bc35bd1a07360497b7d2e8378d8a596b397d960b9a8b9318bedce5da049c18854e7ea659247374a584d2727600b9c3258dada8e72212c8a9ca6fb39cfb67870a084d7877b4f77c0407d082c32c171256760a0ea29a04d62dea53a79d2b6fc3e84922afb6806f559aee48b09c4d98d90a29cdedecd8de31c0ed9395be9a7f9ca880932d3e06d09c0111ef3516591bdce0ad85d9938ed7aa2e06355ed59053b74d3e3d07cf9188ba0ffeafde6553acc4658d38ca837fc0b2d777a332b3b3ccf9c93f7b8a16897b31c4330b9dd412e7d02401839039474248c007ba97df3ae0e8e13afedc2a97ca1bb732e3b196042d2dc85bf8bf489ae790f27ac6ea1d28a6a6c288ad48e228fddd67a3e7f40c85b9dc48095ad153828ccff71dd816fc06f3f4d610ed262bd56bb36d2776f3a2b2456606a0e92e6aaeb0f79f8ca1c70b29c904a6eeb534cf757def7a927e3b2f840652bcd7c00a7cdd7c4a140ab726491df6afcaab3fe9b5267ad51e82dfacd57b9683d75483f8a8728b94fa86ef1ed052d334b2117f83df25c3a4ed5de54d2450c146edd6b1005f6bfc0e19c1b972966c9bd1ca35ba02b0853cc57907f4c0270e4ed9e4a94545cfa997aa7e7e9e56f7df6b5878e2e7f87ec334a4f8401303887965bdcaa19cf1f161b215e012524f5
  • Auth tag (hex): 865d84fa653d2df19b08114be9646838

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 #968542 · 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.