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

Zabkovia Zabki vs Mlawianka Mlawa

3rd Liga · Poland · 25 Sept 2026, 14:00 UTC

Final score
3 : 4
Result
Lost
Pick
Zabkovia Zabki
Market
1X2
CLV vs fair close
-9.54%
Model prob.
60.9%
Best price
1.73
Min odds
1.67
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)
TZ3HX8GRgR1UwD4bzH4c7WoPp1EueE2rROartJw67IvXYovLZ8cx7mSL03YBtC95dipPO+/PZ31aX0qIxlbqAvagxmW4MMxtccWQI74roNtSLBccCurBiQywjaO4Fn0VuFY71hjxwAMYn0lcFq+MUvCxBT2kB0DiKTj3puNSJLuVe+yI1h2crKAbCOe9JuJvCtxZ2UhW4nyTSeusiE7rykKTbVI0Uc4SqS7j6Hn+Wipj982LF9muqBQt2KwQmv3TpfHQYHTPVrlKD/w7B2Tmd94fe9Tr5zg/8wvDh+OOPBaV2W9/BCpk1IDBzfaoVmKpjtmZe2YBBR323ZYf4c+6LWm9rjdmbJ4KcJ0fluK/IAuS7YANtRXlDSy+M+dihITHGKGBosvVvj2U112YlxpciSPTk5YTmlZupsdwoJ69yP4Sf3FTjWoipeiF4W/e/KbP3e36Khb83d17JDBqutFGuOM2geJ9stFzmsllwwkuGTcEfpX2zu8kSRFhQznKh4KlPhJ+Z7/0lj/C9sfNEZp7XPqj/5rcfLAp5OTAgH5Z6AnPkTkujDcc/dNnEZGQrb3PJ2CJLjZlw8hkh3jmw5ElYBrj9PP1dG1ye/Vw9+Zys9F8TLNnSvKDgP8R5K/3+Jt8BDFWN7Rk3GcExAEEdi24gm9/ogTWwKHygCa24684cCFb0vxfqYirZxkbarQoyCBZaukbBKANLdAWc2H1
key fingerprint sha256: 5a69a092ec29bd7bedd795c3d242d7dfa8beeefc9dc7040a10bd8fced1140119
Decrypt it & read the pick
Decryption key (released after the match)
69b80002c2718f30ee0b405ff1a5520da3137b87c05f134912e15fcc588a59bf
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("TZ3HX8GRgR1UwD4bzH4c7WoPp1EueE2rROartJw67IvXYovLZ8cx7mSL03YBtC95dipPO+/PZ31aX0qIxlbqAvagxmW4MMxtccWQI74roNtSLBccCurBiQywjaO4Fn0VuFY71hjxwAMYn0lcFq+MUvCxBT2kB0DiKTj3puNSJLuVe+yI1h2crKAbCOe9JuJvCtxZ2UhW4nyTSeusiE7rykKTbVI0Uc4SqS7j6Hn+Wipj982LF9muqBQt2KwQmv3TpfHQYHTPVrlKD/w7B2Tmd94fe9Tr5zg/8wvDh+OOPBaV2W9/BCpk1IDBzfaoVmKpjtmZe2YBBR323ZYf4c+6LWm9rjdmbJ4KcJ0fluK/IAuS7YANtRXlDSy+M+dihITHGKGBosvVvj2U112YlxpciSPTk5YTmlZupsdwoJ69yP4Sf3FTjWoipeiF4W/e/KbP3e36Khb83d17JDBqutFGuOM2geJ9stFzmsllwwkuGTcEfpX2zu8kSRFhQznKh4KlPhJ+Z7/0lj/C9sfNEZp7XPqj/5rcfLAp5OTAgH5Z6AnPkTkujDcc/dNnEZGQrb3PJ2CJLjZlw8hkh3jmw5ElYBrj9PP1dG1ye/Vw9+Zys9F8TLNnSvKDgP8R5K/3+Jt8BDFWN7Rk3GcExAEEdi24gm9/ogTWwKHygCa24684cCFb0vxfqYirZxkbarQoyCBZaukbBKANLdAWc2H1"), c => c.charCodeAt(0));
const key  = Uint8Array.from("69b80002c2718f30ee0b405ff1a5520da3137b87c05f134912e15fcc588a59bf".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): 69b80002c2718f30ee0b405ff1a5520da3137b87c05f134912e15fcc588a59bf
  • IV / nonce (hex): 4d9dc75fc191811d54c03e1b
  • Ciphertext (hex): cc7e1ced6a0fa7512e784dab44e6abb49c3aec8bd7628bcb67c731ee648bd37601b42f79762a4f3befcf677d5a5f4a88c656ea02f6a0c665b830cc6d71c59023be2ba0db522c171c0aeac1890cb08da3b8167d15b8563bd618f1c003189f495c16af8c52f0b1053da40740e22938f7a6e35224bb957bec88d61d9caca01b08e7bd26e26f0adc59d94856e27c9349ebac884eebca42936d523451ce12a92ee3e879fe5a2a63f7cd8b17d9aea8142dd8ac109afdd3a5f1d06074cf56b94a0ffc3b0764e677de1f7bd4ebe7383ff30bc387e38e3c1695d96f7f042a64d480c1cdf6a85662a98ed9997b6601051df6dd961fe1cfba2d69bdae37666c9e0a709d1f96e2bf200b92ed800db515e50d2cbe33e7628484c718a181a2cbd5be3d94d75d98971a5c8923d39396139a566ea6c770a09ebdc8fe127f71538d6a22a5e885e16fdefca6cfddedfa2a16fcdddd7b24306abad146b8e33681e27db2d1739ac965c3092e1937047e95f6ceef244911614339ca8782a53e127e67bff4963fc2f6c7cd119a7b5cfaa3ff9adc7cb029e4e4c0807e59e809cf91392e8c371cfdd367119190adbdcf2760892e3665c3c8648778e6c39125601ae3f4f3f5746d727bf570f7e672b3d17c4cb3674af28380ff11e4aff7f89b7c04315637b464dc6704c40104762db8826f7fa204d6c0a1f28026b6e3af3870215bd2fc5fa988ab67191b6ab4
  • Auth tag (hex): 28c820596ae91b04a00d2dd0167361f5

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