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

JKS 1909 Jaroslaw vs Podlasie Biala Podlaska

3rd Liga · Poland · 22 Aug 2026, 15:00 UTC

Final score
2 : 0
Result
Lost
Pick
Podlasie Biala Podlaska
Market
1X2
CLV vs fair close
-11.24%
Model prob.
39.2%
Best price
2.70
Min odds
2.60
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)
fTYIGw7vNZUFuDYOS1k+RY3JwYMK8dKOqSS3rD6iA3pxasx/1FYiIGI0a03/vGqa6hwm4gQhJYc4FrRhcVL7uceajXVeEFH63umom8DqyfvWDr5QrgM9JQUA73xXKrJeliwQpP8JYmSYIqHfUmnDLi/uDejbrSyLW4NydCa5Ru4bdXuBJKDWdpwWCmbSsY4PdGmXBUlr4Vbb1lrtnguIzy+cY++JHCqHzefkq8Vu7oKtNITva5pICqYjuYMdZ1jPkkdCNqpX36wnkSgdzMvwqfbhpJqFS4sZCHlAmgu9SfryeInFwhj6YIXwcpHbf3AO1m4Ry4rvhKp8qk8rShovknvxQgbpWE8jk1vQyDNbitpG+heIYQ/uyg==
key fingerprint sha256: 956bc8e88281960a7e641e9f24adf9b5e8f54f055f7225d2bc15637b5cfda5f8
Decrypt it & read the pick
Decryption key (released after the match)
0c4b03b8d7d7b4ff36adcdc950822e5197a31780e1de81319a15844c15baf47b
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("fTYIGw7vNZUFuDYOS1k+RY3JwYMK8dKOqSS3rD6iA3pxasx/1FYiIGI0a03/vGqa6hwm4gQhJYc4FrRhcVL7uceajXVeEFH63umom8DqyfvWDr5QrgM9JQUA73xXKrJeliwQpP8JYmSYIqHfUmnDLi/uDejbrSyLW4NydCa5Ru4bdXuBJKDWdpwWCmbSsY4PdGmXBUlr4Vbb1lrtnguIzy+cY++JHCqHzefkq8Vu7oKtNITva5pICqYjuYMdZ1jPkkdCNqpX36wnkSgdzMvwqfbhpJqFS4sZCHlAmgu9SfryeInFwhj6YIXwcpHbf3AO1m4Ry4rvhKp8qk8rShovknvxQgbpWE8jk1vQyDNbitpG+heIYQ/uyg=="), c => c.charCodeAt(0));
const key  = Uint8Array.from("0c4b03b8d7d7b4ff36adcdc950822e5197a31780e1de81319a15844c15baf47b".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): 0c4b03b8d7d7b4ff36adcdc950822e5197a31780e1de81319a15844c15baf47b
  • IV / nonce (hex): 7d36081b0eef359505b8360e
  • Ciphertext (hex): 4b593e458dc9c1830af1d28ea924b7ac3ea2037a716acc7fd456222062346b4dffbc6a9aea1c26e2042125873816b4617152fbb9c79a8d755e1051fadee9a89bc0eac9fbd60ebe50ae033d250500ef7c572ab25e962c10a4ff0962649822a1df5269c32e2fee0de8dbad2c8b5b83727426b946ee1b757b8124a0d6769c160a66d2b18e0f74699705496be156dbd65aed9e0b88cf2f9c63ef891c2a87cde7e4abc56eee82ad3484ef6b9a480aa623b9831d6758cf92474236aa57dfac2791281dcccbf0a9f6e1a49a854b8b190879409a0bbd49faf27889c5c218fa6085f07291db7f700ed66e11cb8aef84aa7caa4f2b4a1a2f927bf14206e9584f23
  • Auth tag (hex): 935bd0c8335b8ada46fa1788610feeca

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