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

Wisloka Debica vs Podlasie Biala Podlaska

3rd Liga · Poland · 06 Sept 2026, 15:00 UTC

Final score
1 : 0
Result
Lost
Pick
Podlasie Biala Podlaska
Market
1X2
CLV vs fair close
+10.39%
Model prob.
40.9%
Best price
2.75
Min odds
2.49
Stake factor
2.40

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)
5zGowz3R84HtnzqBZM/9065pG1DF9BJxskkKd6BnktDZNXBjyvz/3yodY3vUwizk/RP7h/ueYFXI5KOMre4rnWxZCYBb6T0A/wkZwvjFZViddA/Sk7uDXGoBOnQwKcS80IM1qAaUsmHkVuTp1B/gCV0MPAERHdwcFBdE9Qj08LjTbVjMAaHdXkiQrvjXziqAhSgy25P8IOV55q8eun6JhwzU1vavJtl9mdR8U9DGalJBkh4U2IWGYEBKi+UVmMaVeaumKiFY5ECWf3nYiDWqvW7XgQ30zpLoMYaTpbC9vU26Axs+dWJg+eSNKfvRK2fp6qL3FQWLtQTm3lhMv3JRIGUqN0Qw7UZj0bWvnjHn43SsM9z23A8I4agAvw==
key fingerprint sha256: 8a910fbc03459f40f5db6288050c2856a0f1108b0e20a10c074e48f62680ebc6
Decrypt it & read the pick
Decryption key (released after the match)
6597c8dc113ee42d5d645999bb38e653afcb314cbb0f40d4741131a660a24196
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("5zGowz3R84HtnzqBZM/9065pG1DF9BJxskkKd6BnktDZNXBjyvz/3yodY3vUwizk/RP7h/ueYFXI5KOMre4rnWxZCYBb6T0A/wkZwvjFZViddA/Sk7uDXGoBOnQwKcS80IM1qAaUsmHkVuTp1B/gCV0MPAERHdwcFBdE9Qj08LjTbVjMAaHdXkiQrvjXziqAhSgy25P8IOV55q8eun6JhwzU1vavJtl9mdR8U9DGalJBkh4U2IWGYEBKi+UVmMaVeaumKiFY5ECWf3nYiDWqvW7XgQ30zpLoMYaTpbC9vU26Axs+dWJg+eSNKfvRK2fp6qL3FQWLtQTm3lhMv3JRIGUqN0Qw7UZj0bWvnjHn43SsM9z23A8I4agAvw=="), c => c.charCodeAt(0));
const key  = Uint8Array.from("6597c8dc113ee42d5d645999bb38e653afcb314cbb0f40d4741131a660a24196".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): 6597c8dc113ee42d5d645999bb38e653afcb314cbb0f40d4741131a660a24196
  • IV / nonce (hex): e731a8c33dd1f381ed9f3a81
  • Ciphertext (hex): 64cffdd3ae691b50c5f41271b2490a77a06792d0d9357063cafcffdf2a1d637bd4c22ce4fd13fb87fb9e6055c8e4a38cadee2b9d6c5909805be93d00ff0919c2f8c565589d740fd293bb835c6a013a743029c4bcd08335a80694b261e456e4e9d41fe0095d0c3c01111ddc1c141744f508f4f0b8d36d58cc01a1dd5e4890aef8d7ce2a80852832db93fc20e579e6af1eba7e89870cd4d6f6af26d97d99d47c53d0c66a5241921e14d8858660404a8be51598c69579aba62a2158e440967f79d88835aabd6ed7810df4ce92e8318693a5b0bdbd4dba031b3e756260f9e48d29fbd12b67e9eaa2f715058bb504e6de584cbf725120652a374430ed4663d1b5af
  • Auth tag (hex): 9e31e7e374ac33dcf6dc0f08e1a800bf

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