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

Ironi Modiin vs FC Ashdod

Ligat Leumit · Israel · 24 Sept 2026, 16:00 UTC

Final score
1 : 3
Result
Lost
Pick
Ironi Modiin
Market
1X2
CLV vs fair close
-32.43%
Model prob.
20.5%
Best price
5.70
Min odds
4.97
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)
cX8D6sO3QXIcNDjzeyd+gjvImY5FY7DJisRpJVaYi0I8pk+X53aku+8nbetVJmxr/h+AcVBnrqaawTcZTw5ZBtGXoWud1m0a4fTIgzn3zTv2JNljT0EbvYIgGpZTY8JbmQ8ObXM8i5DcHhxHJpp/bVLHecDydyZcC0Qpcs8iJca5AH73h9tj6QGCc65rxidEt9PkEe6Bm+d40oDDWokcUm1nCJq/T6+WuphnQFMAToPyjhuFMqOg7BBCjtuy/O2tKqzer+4wAR2l7QItYCn7yWQBlMEv1rVKVptoqe1gqZrPAaC/tNRUgUECZGWycG74AbBdKTiqmw1Id5al0xOf6oGrucSOoMk5Jt2k
key fingerprint sha256: 2047e025e3f963d3bbd7b36aa2c76ad4e9bbebea75f4f3ee1129755b72da689b
Decrypt it & read the pick
Decryption key (released after the match)
556eb62b03711bf4b75cb6ffde74c5e389f870ebdc4b69de0651d9c0968d0fec
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("cX8D6sO3QXIcNDjzeyd+gjvImY5FY7DJisRpJVaYi0I8pk+X53aku+8nbetVJmxr/h+AcVBnrqaawTcZTw5ZBtGXoWud1m0a4fTIgzn3zTv2JNljT0EbvYIgGpZTY8JbmQ8ObXM8i5DcHhxHJpp/bVLHecDydyZcC0Qpcs8iJca5AH73h9tj6QGCc65rxidEt9PkEe6Bm+d40oDDWokcUm1nCJq/T6+WuphnQFMAToPyjhuFMqOg7BBCjtuy/O2tKqzer+4wAR2l7QItYCn7yWQBlMEv1rVKVptoqe1gqZrPAaC/tNRUgUECZGWycG74AbBdKTiqmw1Id5al0xOf6oGrucSOoMk5Jt2k"), c => c.charCodeAt(0));
const key  = Uint8Array.from("556eb62b03711bf4b75cb6ffde74c5e389f870ebdc4b69de0651d9c0968d0fec".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): 556eb62b03711bf4b75cb6ffde74c5e389f870ebdc4b69de0651d9c0968d0fec
  • IV / nonce (hex): 717f03eac3b741721c3438f3
  • Ciphertext (hex): 7b277e823bc8998e4563b0c98ac4692556988b423ca64f97e776a4bbef276deb55266c6bfe1f80715067aea69ac137194f0e5906d197a16b9dd66d1ae1f4c88339f7cd3bf624d9634f411bbd82201a965363c25b990f0e6d733c8b90dc1e1c47269a7f6d52c779c0f277265c0b442972cf2225c6b9007ef787db63e9018273ae6bc62744b7d3e411ee819be778d280c35a891c526d67089abf4faf96ba98674053004e83f28e1b8532a3a0ec10428edbb2fcedad2aacdeafee30011da5ed022d6029fbc9640194c12fd6b54a569b68a9ed60a99acf01a0bfb4d4548141026465b2706ef801b05d2938aa9b0d487796
  • Auth tag (hex): a5d3139fea81abb9c48ea0c93926dda4

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