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

Persipura Jayapura vs Persis Solo

Championship · Indonesia · 26 Sept 2026, 12:00 UTC

Final score
1 : 1
Result
Lost
Pick
Persipura Jayapura
Market
1X2
CLV vs fair close
+40.37%
Model prob.
44.0%
Best price
2.50
Min odds
2.32
Stake factor
2.20

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)
YWby2c2c5wZh6cwgEuD2xqSKjwmACM7y4EpdEn/mAn2C9HF9vp4iWI9sZ4ZTIU1A1qV+S1kwnqr/GJZYWx1mMh++pEfL/SWPSLfBt6PhuVbgX6A0fgBRD7N8qTyviBMKLDq6uwbEZccpTE9Z1RvwsSUjQ31OmLylHANAG5t3GEdAfda5XhhUZ3GTy6qMhKrpBprNeGOlL32pARy4gSMy8ui4Z6tTVTMPIGZgmd+In2Z0dnn9L32yWivXcz0bHEgLJIdPcpMl09c+G43Lpzl7bMs0FloNoDOnHxjRbJEPW82glilfGSqWUsaZ0UEHN4nFws5eqyH5rVAo58bEDgooQ8+8SELkHu3703m+OaeryBdktF/B4Zsu/JNUfy0tZTWHAUtjq1j3sMG8sXj4Rk++Ii9MO4iJQbP+o99ih8eVlfFNMCasb1u+j5f+81ZSXiXXdXVGCAFNxXy2wzvFsZxUCVv4N9w7NwoCwwbxrclF6aAIBrA+nZlGAXeqAfXi7HMWeah38qO+8C6bnPfUbcEjRmk2BcHXYN0cVZd/lUKD7B4G8auCywsT/SLY6iNSLY1Q2ixIqgfXxwrlYUwZrevC8y+P7dEzQneV6Brl0CrAZP3TJo2+xkAX/GfXADdr21FqccriNaA6FFrCvlte2STlginkW1M0sI0okJCAWMBdcAm5JRsnQpMgCa/+CW/xM0hi0ilWkVbD/4QYPn8U
key fingerprint sha256: 3167c0ba78bfed96a1109328b42efd550a6f26b8ff9a9cf5036df975e6d2e95e
Decrypt it & read the pick
Decryption key (released after the match)
7780a0f1e449beebe4f72c1fb83f801850cd5db465d42d9080cf200f1928ddad
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("YWby2c2c5wZh6cwgEuD2xqSKjwmACM7y4EpdEn/mAn2C9HF9vp4iWI9sZ4ZTIU1A1qV+S1kwnqr/GJZYWx1mMh++pEfL/SWPSLfBt6PhuVbgX6A0fgBRD7N8qTyviBMKLDq6uwbEZccpTE9Z1RvwsSUjQ31OmLylHANAG5t3GEdAfda5XhhUZ3GTy6qMhKrpBprNeGOlL32pARy4gSMy8ui4Z6tTVTMPIGZgmd+In2Z0dnn9L32yWivXcz0bHEgLJIdPcpMl09c+G43Lpzl7bMs0FloNoDOnHxjRbJEPW82glilfGSqWUsaZ0UEHN4nFws5eqyH5rVAo58bEDgooQ8+8SELkHu3703m+OaeryBdktF/B4Zsu/JNUfy0tZTWHAUtjq1j3sMG8sXj4Rk++Ii9MO4iJQbP+o99ih8eVlfFNMCasb1u+j5f+81ZSXiXXdXVGCAFNxXy2wzvFsZxUCVv4N9w7NwoCwwbxrclF6aAIBrA+nZlGAXeqAfXi7HMWeah38qO+8C6bnPfUbcEjRmk2BcHXYN0cVZd/lUKD7B4G8auCywsT/SLY6iNSLY1Q2ixIqgfXxwrlYUwZrevC8y+P7dEzQneV6Brl0CrAZP3TJo2+xkAX/GfXADdr21FqccriNaA6FFrCvlte2STlginkW1M0sI0okJCAWMBdcAm5JRsnQpMgCa/+CW/xM0hi0ilWkVbD/4QYPn8U"), c => c.charCodeAt(0));
const key  = Uint8Array.from("7780a0f1e449beebe4f72c1fb83f801850cd5db465d42d9080cf200f1928ddad".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): 7780a0f1e449beebe4f72c1fb83f801850cd5db465d42d9080cf200f1928ddad
  • IV / nonce (hex): 6166f2d9cd9ce70661e9cc20
  • Ciphertext (hex): 12e0f6c6a48a8f098008cef2e04a5d127fe6027d82f4717dbe9e22588f6c678653214d40d6a57e4b59309eaaff1896585b1d66321fbea447cbfd258f48b7c1b7a3e1b956e05fa0347e00510fb37ca93caf88130a2c3ababb06c465c7294c4f59d51bf0b12523437d4e98bca51c03401b9b771847407dd6b95e1854677193cbaa8c84aae9069acd7863a52f7da9011cb8812332f2e8b867ab5355330f20666099df889f66747679fd2f7db25a2bd7733d1b1c480b24874f729325d3d73e1b8dcba7397b6ccb34165a0da033a71f18d16c910f5bcda096295f192a9652c699d141073789c5c2ce5eab21f9ad5028e7c6c40e0a2843cfbc4842e41eedfbd379be39a7abc81764b45fc1e19b2efc93547f2d2d653587014b63ab58f7b0c1bcb178f8464fbe222f4c3b888941b3fea3df6287c79595f14d3026ac6f5bbe8f97fef356525e25d775754608014dc57cb6c33bc5b19c54095bf837dc3b370a02c306f1adc945e9a00806b03e9d99460177aa01f5e2ec731679a877f2a3bef02e9b9cf7d46dc12346693605c1d760dd1c55977f954283ec1e06f1ab82cb0b13fd22d8ea23522d8d50da2c48aa07d7c70ae5614c19adebc2f32f8fedd133427795e81ae5d02ac064fdd3268dbec64017fc67d700376bdb516a71cae235a03a145ac2be5b5ed924e58229e45b5334b08d2890908058c05d7009b9251b2742932009affe096f
  • Auth tag (hex): f1334862d229569156c3ff84183e7f14

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