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

Queens University vs Moyola Park

Championship · Northern Ireland · 26 Sept 2026, 14:00 UTC

Final score
0 : 1
Result
Won
Pick
Moyola Park
Market
1X2
CLV vs fair close
+29.32%
Model prob.
22.2%
Best price
5.10
Min odds
4.59
Stake factor
1.10

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)
AXFc3RKiyCXI574v2XqOH6P1yN9doZ/oRtUppmR7bCk4lZOyOu34jWG7iqnqcoGiD0U4TonwXNuWzmjF9dwWeEmpJN4Bkub8Gyt7H7HS5th7hwecTov4PEsnZTk/lZOaTCE/QU2y+ccLeqz2S43b4v5P/pv6YkDa+I40JblLJOHCHZbhKafvDkr5f9s6MUcQnvWFAkL3wkt71uVjyDYJd6wgavR8EwFOigkvQ1fwMv6qPCNyE2V+xMBePeJX5CLrWXRG12szuN1oUB23MeT9prx2RaLVIMkydsyhQ6grgdsSR6pP15G94CigEuySLa7+1HxCCpNTYd8uZZxX1TjWNIfiWZdqmmHpRCPPn00q1lr1giXY0nH/4kCFfB4FGo6geQyfyB1PBKkLU6T6Zf199o5w/ADyR0azQwUgOjhJkuXQNzkcNz0joBoyRnj7h/F8OpEs1CmKm3Z7+YS5uQOekRXxVB868/7jC0eqiuAPKNJaNM5umH91Im3kkGoW7mw2oAUdBYjgY1aliwkQl34DAFylw79xdKXVog+DOFlqd/TcBcNsZQ92LZbwU3Fkqtjzl8qfbMVptWpljGGz7SZf3rwLfsAsWYGQyAWeiCurLg5pHShjpKK7G1eo3G4VMyMP6EQOoh1s2Xm/JSOnpTZk5fJMDR9P1YTZHKIao2F9HW1xx8CLvKYdp12wULury3KbY/hum3MB2dWIfR3s
key fingerprint sha256: 5626f07a8c9964ae06dfd9f8b60f984a02a3e502636f66b22727a2b22e285348
Decrypt it & read the pick
Decryption key (released after the match)
f4a8716e77e22dc9fe64ff7cf61ebf04800666d29eb76f55e9fe49f680b070c5
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("AXFc3RKiyCXI574v2XqOH6P1yN9doZ/oRtUppmR7bCk4lZOyOu34jWG7iqnqcoGiD0U4TonwXNuWzmjF9dwWeEmpJN4Bkub8Gyt7H7HS5th7hwecTov4PEsnZTk/lZOaTCE/QU2y+ccLeqz2S43b4v5P/pv6YkDa+I40JblLJOHCHZbhKafvDkr5f9s6MUcQnvWFAkL3wkt71uVjyDYJd6wgavR8EwFOigkvQ1fwMv6qPCNyE2V+xMBePeJX5CLrWXRG12szuN1oUB23MeT9prx2RaLVIMkydsyhQ6grgdsSR6pP15G94CigEuySLa7+1HxCCpNTYd8uZZxX1TjWNIfiWZdqmmHpRCPPn00q1lr1giXY0nH/4kCFfB4FGo6geQyfyB1PBKkLU6T6Zf199o5w/ADyR0azQwUgOjhJkuXQNzkcNz0joBoyRnj7h/F8OpEs1CmKm3Z7+YS5uQOekRXxVB868/7jC0eqiuAPKNJaNM5umH91Im3kkGoW7mw2oAUdBYjgY1aliwkQl34DAFylw79xdKXVog+DOFlqd/TcBcNsZQ92LZbwU3Fkqtjzl8qfbMVptWpljGGz7SZf3rwLfsAsWYGQyAWeiCurLg5pHShjpKK7G1eo3G4VMyMP6EQOoh1s2Xm/JSOnpTZk5fJMDR9P1YTZHKIao2F9HW1xx8CLvKYdp12wULury3KbY/hum3MB2dWIfR3s"), c => c.charCodeAt(0));
const key  = Uint8Array.from("f4a8716e77e22dc9fe64ff7cf61ebf04800666d29eb76f55e9fe49f680b070c5".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): f4a8716e77e22dc9fe64ff7cf61ebf04800666d29eb76f55e9fe49f680b070c5
  • IV / nonce (hex): 01715cdd12a2c825c8e7be2f
  • Ciphertext (hex): d97a8e1fa3f5c8df5da19fe846d529a6647b6c29389593b23aedf88d61bb8aa9ea7281a20f45384e89f05cdb96ce68c5f5dc167849a924de0192e6fc1b2b7b1fb1d2e6d87b87079c4e8bf83c4b2765393f95939a4c213f414db2f9c70b7aacf64b8ddbe2fe4ffe9bfa6240daf88e3425b94b24e1c21d96e129a7ef0e4af97fdb3a3147109ef5850242f7c24b7bd6e563c8360977ac206af47c13014e8a092f4357f032feaa3c237213657ec4c05e3de257e422eb597446d76b33b8dd68501db731e4fda6bc7645a2d520c93276cca143a82b81db1247aa4fd791bde028a012ec922daefed47c420a935361df2e659c57d538d63487e259976a9a61e94423cf9f4d2ad65af58225d8d271ffe240857c1e051a8ea0790c9fc81d4f04a90b53a4fa65fd7df68e70fc00f24746b34305203a384992e5d037391c373d23a01a324678fb87f17c3a912cd4298a9b767bf984b9b9039e9115f1541f3af3fee30b47aa8ae00f28d25a34ce6e987f75226de4906a16ee6c36a0051d0588e06356a58b0910977e03005ca5c3bf7174a5d5a20f8338596a77f4dc05c36c650f762d96f0537164aad8f397ca9f6cc569b56a658c61b3ed265fdebc0b7ec02c598190c8059e882bab2e0e691d2863a4a2bb1b57a8dc6e1533230fe8440ea21d6cd979bf2523a7a53664e5f24c0d1f4fd584d91ca21aa3617d1d6d71c7c08bbca61da75db050bb
  • Auth tag (hex): abcb729b63f86e9b7301d9d5887d1dec

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