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

Maccabi Neve Shaanan vs Hapoel Ironi Karmiel

Liga Alef · Israel · 19 Sept 2026, 18:15 UTC

Final score
1 : 1
Result
Lost
Pick
Hapoel Ironi Karmiel
Market
1X2
CLV vs fair close
+5.58%
Model prob.
48.0%
Best price
2.30
Min odds
2.13
Stake factor
2.60

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)
qo9lvdgN/4rVmog/cauW3Dk0RIEjRS3Qusn8C6INtgMEWNma64PcutQyfZHI5zLA1bWKMM0JXkhpWUeK6Hpc3eTT/YAzKp/FWa2eRCJaHm0JdVPBgnb61jJD+IUu/tXHNIFGJtBJW+XAp91p2zCHjNOcMmJxAbHrPGxYrf6InQk3pSE7OMMddK0GgYbl1gXW/W2qo5GN7dgV0OZ2SvcNk4pRIz5r+oejAY5k5LBFtJKiqxlvgMLPrIEqDFd3rGphgCJq6KgXQhwMrlKs8JYQ0OB6VSUh7QWVUHgo1CPIzW0mjyfbmAtZpA53RTvkHKJMEyBlmMfCveyUGol4Hik5Q2A5GyVIMMTQwUKX55jZa3SX3RnBqkqU
key fingerprint sha256: 9ea000917b4fecc1e91b1cb042cbb70f293db5b0c697627b1fb7b1cbd63a1cba
Decrypt it & read the pick
Decryption key (released after the match)
f300a190d5beda07afdeccbba4b059f3a21ff7db01a2a7d5e1cf0edf0b6ccd90
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 F12Console), paste this, press Enter — it decrypts the exact pick shown above:

const blob = Uint8Array.from(atob("qo9lvdgN/4rVmog/cauW3Dk0RIEjRS3Qusn8C6INtgMEWNma64PcutQyfZHI5zLA1bWKMM0JXkhpWUeK6Hpc3eTT/YAzKp/FWa2eRCJaHm0JdVPBgnb61jJD+IUu/tXHNIFGJtBJW+XAp91p2zCHjNOcMmJxAbHrPGxYrf6InQk3pSE7OMMddK0GgYbl1gXW/W2qo5GN7dgV0OZ2SvcNk4pRIz5r+oejAY5k5LBFtJKiqxlvgMLPrIEqDFd3rGphgCJq6KgXQhwMrlKs8JYQ0OB6VSUh7QWVUHgo1CPIzW0mjyfbmAtZpA53RTvkHKJMEyBlmMfCveyUGol4Hik5Q2A5GyVIMMTQwUKX55jZa3SX3RnBqkqU"), c => c.charCodeAt(0));
const key  = Uint8Array.from("f300a190d5beda07afdeccbba4b059f3a21ff7db01a2a7d5e1cf0edf0b6ccd90".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)));

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): f300a190d5beda07afdeccbba4b059f3a21ff7db01a2a7d5e1cf0edf0b6ccd90
  • IV / nonce (hex): aa8f65bdd80dff8ad59a883f
  • Ciphertext (hex): 71ab96dc3934448123452dd0bac9fc0ba20db6030458d99aeb83dcbad4327d91c8e732c0d5b58a30cd095e486959478ae87a5cdde4d3fd80332a9fc559ad9e44225a1e6d097553c18276fad63243f8852efed5c734814626d0495be5c0a7dd69db30878cd39c32627101b1eb3c6c58adfe889d0937a5213b38c31d74ad068186e5d605d6fd6daaa3918dedd815d0e6764af70d938a51233e6bfa87a3018e64e4b045b492a2ab196f80c2cfac812a0c5777ac6a6180226ae8a817421c0cae52acf09610d0e07a552521ed0595507828d423c8cd6d268f27db980b59a40e77453be41ca24c13206598c7c2bdec941a89781e29394360391b254830c4
  • Auth tag (hex): d0c14297e798d96b7497dd19c1aa4a94

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

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