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

Stromsgodset II vs Floya

3rd Division · Norway · 27 Sept 2026, 13:00 UTC

Final score
2 : 4
Result
Won
Pick
Floya
Market
1X2
CLV vs fair close
+62.54%
Model prob.
44.6%
Best price
2.38
Min odds
2.29
Stake factor
1.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)
aompsbi6v3URggq8PQcy0+G8X3APT8/Gm3A73K/S0PC96gqtFOVVuQuxgfjcXxvOZm/0g63dqK8CDy+oQBg0Lv2I9ejXhbV7NEeeYGVmEySHZeOeIARYRtaNRIdrTLEpISUtQ+nsUI+Z9reh/xZGwWuKGqAGnvifh6qtaXCeWE4uzkH+hblBYiWuIuw2nS21xbxhxph8qNV1rM/Nqx3CkHsgIZ/vtdCNv0Hhkp52r/tHeij44g56KJgtoUp2U+UckZEMHD8PdOTbxdxmqNyzcG6DW96EDqV3p7w2KrrxeVRBSj6PErzdi0+kRiDk1gi9wLV3qgRDETML3+Td3Z6viGhXpFdjqyDsu5QxynsF3QY4VRrC0fJUJ0kyNz8aaTWcbJ9XP1cGl4PUdAb15amQk70Y+yTlBBARHG8k2y+5QnsgxiB2WuixV95gQrRH4PcxQNr5u/RuIGcyFSHgHL3W+PR5XIcJvivLoZhDDaZFJi8ixc8CRFqD5yOySOJ9YQ0WMcP07uPdxK0E6E2ChKIOuHRDduhGc8/5Uoadw7WmQJlHO+H0wrcs6MgFI8/3aaoPajZJc6ZEp6FBFo4m2iJG+Qdxk8rzp2Jb2rrxT0KXdh1a2P0QCrYgXHyjixbUiF+EuD7guUrnEo7khRPncGM4Dyu5OK0/hjjd7qtRvZ4AtywicjV2XTXPsXmsiWKu8MzupT4EAR6NywW6N6dW
key fingerprint sha256: 6019773b5c7bed05865e625913d15a3e4f78d1ffad4943c8b1ebe6c4992a4268
Decrypt it & read the pick
Decryption key (released after the match)
b7bfb3e33ab7d4a323cda438003abcc3422ffd285d0951f89a5a7a16a98db3a5
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("aompsbi6v3URggq8PQcy0+G8X3APT8/Gm3A73K/S0PC96gqtFOVVuQuxgfjcXxvOZm/0g63dqK8CDy+oQBg0Lv2I9ejXhbV7NEeeYGVmEySHZeOeIARYRtaNRIdrTLEpISUtQ+nsUI+Z9reh/xZGwWuKGqAGnvifh6qtaXCeWE4uzkH+hblBYiWuIuw2nS21xbxhxph8qNV1rM/Nqx3CkHsgIZ/vtdCNv0Hhkp52r/tHeij44g56KJgtoUp2U+UckZEMHD8PdOTbxdxmqNyzcG6DW96EDqV3p7w2KrrxeVRBSj6PErzdi0+kRiDk1gi9wLV3qgRDETML3+Td3Z6viGhXpFdjqyDsu5QxynsF3QY4VRrC0fJUJ0kyNz8aaTWcbJ9XP1cGl4PUdAb15amQk70Y+yTlBBARHG8k2y+5QnsgxiB2WuixV95gQrRH4PcxQNr5u/RuIGcyFSHgHL3W+PR5XIcJvivLoZhDDaZFJi8ixc8CRFqD5yOySOJ9YQ0WMcP07uPdxK0E6E2ChKIOuHRDduhGc8/5Uoadw7WmQJlHO+H0wrcs6MgFI8/3aaoPajZJc6ZEp6FBFo4m2iJG+Qdxk8rzp2Jb2rrxT0KXdh1a2P0QCrYgXHyjixbUiF+EuD7guUrnEo7khRPncGM4Dyu5OK0/hjjd7qtRvZ4AtywicjV2XTXPsXmsiWKu8MzupT4EAR6NywW6N6dW"), c => c.charCodeAt(0));
const key  = Uint8Array.from("b7bfb3e33ab7d4a323cda438003abcc3422ffd285d0951f89a5a7a16a98db3a5".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): b7bfb3e33ab7d4a323cda438003abcc3422ffd285d0951f89a5a7a16a98db3a5
  • IV / nonce (hex): 6a89a9b1b8babf7511820abc
  • Ciphertext (hex): 3d0732d3e1bc5f700f4fcfc69b703bdcafd2d0f0bdea0aad14e555b90bb181f8dc5f1bce666ff483addda8af020f2fa84018342efd88f5e8d785b57b34479e60656613248765e39e20045846d68d44876b4cb12921252d43e9ec508f99f6b7a1ff1646c16b8a1aa0069ef89f87aaad69709e584e2ece41fe85b9416225ae22ec369d2db5c5bc61c6987ca8d575accfcdab1dc2907b20219fefb5d08dbf41e1929e76affb477a28f8e20e7a28982da14a7653e51c91910c1c3f0f74e4dbc5dc66a8dcb3706e835bde840ea577a7bc362abaf17954414a3e8f12bcdd8b4fa44620e4d608bdc0b577aa044311330bdfe4dddd9eaf886857a45763ab20ecbb9431ca7b05dd0638551ac2d1f254274932373f1a69359c6c9f573f57069783d47406f5e5a99093bd18fb24e50410111c6f24db2fb9427b20c620765ae8b157de6042b447e0f73140daf9bbf46e2067321521e01cbdd6f8f4795c8709be2bcba198430da645262f22c5cf02445a83e723b248e27d610d1631c3f4eee3ddc4ad04e84d8284a20eb8744376e84673cff952869dc3b5a64099473be1f4c2b72ce8c80523cff769aa0f6a364973a644a7a141168e26da2246f9077193caf3a7625bdabaf14f4297761d5ad8fd100ab6205c7ca38b16d4885f84b83ee0b94ae7128ee48513e77063380f2bb938ad3f8638ddeeab51bd9e00b72c227235765d35cfb179ac8962
  • Auth tag (hex): aef0cceea53e04011e8dcb05ba37a756

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