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

Pontardawe Town vs Treowen Stars

Championship · Wales · 26 Sept 2026, 13:30 UTC

Final score
6 : 1
Result
Won
Pick
Pontardawe Town
Market
1X2
CLV vs fair close
-1.00%
Model prob.
36.4%
Best price
3.00
Min odds
2.80
Stake factor
1.50

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)
9DOyHLtqn31FffqCYF0rppdJMi9dUXaLPkvlSoopPECo+fIn9yEzwncwsKEBiHnkc0fd5Pj3JfvALMYaaMblOZCNeF5IHn+Rdy15UBUdTW6TjJFnMYMeaj6RZM3q377vPo129iSc/hVSYZwbHRWc4S9SXgByNMIb4fsA6wKjewvIphEfxCKCBfAn9U7PjdphwodCEl4c5sy74t+pdzLbMcEo1Li3WZnbm+vg11d+kDzrlXdLKnEbWJS/RcACeLAhmJRiJnLBdur60R75U3TuuEy5SDPBUca1b1N5MDPffWiaXE+yFraL+jvzQzXAU0pzzVMyLzyhw169yOQqiqU7X0S9czKG7tSNoEJa6s13CmHxfPn0yBYg43G80xfqLect43Ppnn718C22YLlZ1XG4OYNYSe0JUDUM/o50B496WL2KV0xvx1gg9mCU9xUDHz1ozlm2SsAPOrto+obiLz5s0FxIO+3pSuTIky++rjCFVvM9F81WeJnE3zDV++0kxEeditUNMO9onjvNLXoo8nqgC9teGxiYdB1o6M53GKGLkehb0mwX0+PIh6rF7gCfwZXOUmxKe+ngpjAh8caK17qj+mlHr9+mddj0h0FtnZ+nXFhJiYot9LuXu2QZ+pRMx2ZciCbJiKBJdS5PmCMQrN72IbjT2cUglT2tROGYW5AQKfXC9bcD2ElcprUG2xxdCmGPweJa0FZ1ZPcJ3ilE
key fingerprint sha256: 6a1aed323acbc87686a456d47897e05bf42b1e3b644e1cb69d7b75420b49b628
Decrypt it & read the pick
Decryption key (released after the match)
e9036f575714795ce692fcc3077c060258dc8c20d8ffdb2a0a4853bb3f68ecd0
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("9DOyHLtqn31FffqCYF0rppdJMi9dUXaLPkvlSoopPECo+fIn9yEzwncwsKEBiHnkc0fd5Pj3JfvALMYaaMblOZCNeF5IHn+Rdy15UBUdTW6TjJFnMYMeaj6RZM3q377vPo129iSc/hVSYZwbHRWc4S9SXgByNMIb4fsA6wKjewvIphEfxCKCBfAn9U7PjdphwodCEl4c5sy74t+pdzLbMcEo1Li3WZnbm+vg11d+kDzrlXdLKnEbWJS/RcACeLAhmJRiJnLBdur60R75U3TuuEy5SDPBUca1b1N5MDPffWiaXE+yFraL+jvzQzXAU0pzzVMyLzyhw169yOQqiqU7X0S9czKG7tSNoEJa6s13CmHxfPn0yBYg43G80xfqLect43Ppnn718C22YLlZ1XG4OYNYSe0JUDUM/o50B496WL2KV0xvx1gg9mCU9xUDHz1ozlm2SsAPOrto+obiLz5s0FxIO+3pSuTIky++rjCFVvM9F81WeJnE3zDV++0kxEeditUNMO9onjvNLXoo8nqgC9teGxiYdB1o6M53GKGLkehb0mwX0+PIh6rF7gCfwZXOUmxKe+ngpjAh8caK17qj+mlHr9+mddj0h0FtnZ+nXFhJiYot9LuXu2QZ+pRMx2ZciCbJiKBJdS5PmCMQrN72IbjT2cUglT2tROGYW5AQKfXC9bcD2ElcprUG2xxdCmGPweJa0FZ1ZPcJ3ilE"), c => c.charCodeAt(0));
const key  = Uint8Array.from("e9036f575714795ce692fcc3077c060258dc8c20d8ffdb2a0a4853bb3f68ecd0".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): e9036f575714795ce692fcc3077c060258dc8c20d8ffdb2a0a4853bb3f68ecd0
  • IV / nonce (hex): f433b21cbb6a9f7d457dfa82
  • Ciphertext (hex): 605d2ba69749322f5d51768b3e4be54a8a293c40a8f9f227f72133c27730b0a1018879e47347dde4f8f725fbc02cc61a68c6e539908d785e481e7f91772d7950151d4d6e938c916731831e6a3e9164cdeadfbeef3e8d76f6249cfe1552619c1b1d159ce12f525e007234c21be1fb00eb02a37b0bc8a6111fc4228205f027f54ecf8dda61c28742125e1ce6ccbbe2dfa97732db31c128d4b8b75999db9bebe0d7577e903ceb95774b2a711b5894bf45c00278b0219894622672c176eafad11ef95374eeb84cb94833c151c6b56f53793033df7d689a5c4fb216b68bfa3bf34335c0534a73cd53322f3ca1c35ebdc8e42a8aa53b5f44bd733286eed48da0425aeacd770a61f17cf9f4c81620e371bcd317ea2de72de373e99e7ef5f02db660b959d571b839835849ed0950350cfe8e74078f7a58bd8a574c6fc75820f66094f715031f3d68ce59b64ac00f3abb68fa86e22f3e6cd05c483bede94ae4c8932fbeae308556f33d17cd567899c4df30d5fbed24c4479d8ad50d30ef689e3bcd2d7a28f27aa00bdb5e1b1898741d68e8ce7718a18b91e85bd26c17d3e3c887aac5ee009fc195ce526c4a7be9e0a63021f1c68ad7baa3fa6947afdfa675d8f487416d9d9fa75c5849898a2df4bb97bb6419fa944cc7665c8826c988a049752e4f982310acdef621b8d3d9c520953dad44e1985b901029f5c2f5b703d8495ca6b506db1c
  • Auth tag (hex): 5d0a618fc1e25ad0567564f709de2944

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