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

Eik Tonsberg vs Bjarg

2nd Division · Norway · 27 Sept 2026, 12:30 UTC

Final score
0 : 2
Result
Lost
Pick
Eik Tonsberg
Market
1X2
CLV vs fair close
-28.41%
Model prob.
18.4%
Best price
6.50
Min odds
5.55
Stake factor
1.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)
teL3SGFCBpXqYI1po1crvMBpdxbWeW7m/olPDqmeXBatLbXa7B27vQnOD3GUakS779OMHewL2frM7/roE/rtWQC/JxrERgp6XzAMBNaC/3keDQbprSnj6mazpiHKa2rVDku5qZyJ4PehCTJutlVn755bdqa6+0IwvYWQsk2ewbaILIh8pbV6m5yUzUUIL07/04mlYq5KKkw3C6fL3Ou/Ymb5Qa42xrQLwTxcSc2CagQTLXJNnhQUq29k6khr+FkE/a4cgdb6yDeV5T1cj+7Fo78r4qSeXR6OGQyULIkSO3U79gjIoHdixvk402/8CVlYaZD+BVxdrQ9WvuHiEc81/dgLcG6erY46Vart1PtdGRDRDwi2vVHypyjcIpMfWd6794dHhpMd4ljgy+hfCR0JMixqreCuTGccBUqDYz+2K4T9uV9qxLfWl57eNef0/Tjq8fOoqmGaN4EJtQlwcaQJ22ybSBm0zVKclMrbsymS4C5nPtxPUtguTJULQA1xBcjxhwU+ORd76bP2as/K1NPKR4Kc9mrbyT+N9i7wmNUmO7mK2kkOsBHdlgJRsKOhVsoI19HYMS6rPNXh2FXT04RfRr4NXmbjvDCWS3vfsmJMi8cbkosnGnHCnw3Y2GTF4HUEpWEqjj3Z2lC3jOcjERLLKWVk5R9RUrFHnGdVxVGR+meSgNsF089LlTwpaPjydUdS6lS5sfm3jSQSe8Q5
key fingerprint sha256: 91f1493495203b6ffbe445f2b5e7628ce42b2b85e6986b1464d60c402fe56eca
Decrypt it & read the pick
Decryption key (released after the match)
d1073460e6041655dc99886c1a829b41e2df20642bcf4c150edb8a4e60b4db8b
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("teL3SGFCBpXqYI1po1crvMBpdxbWeW7m/olPDqmeXBatLbXa7B27vQnOD3GUakS779OMHewL2frM7/roE/rtWQC/JxrERgp6XzAMBNaC/3keDQbprSnj6mazpiHKa2rVDku5qZyJ4PehCTJutlVn755bdqa6+0IwvYWQsk2ewbaILIh8pbV6m5yUzUUIL07/04mlYq5KKkw3C6fL3Ou/Ymb5Qa42xrQLwTxcSc2CagQTLXJNnhQUq29k6khr+FkE/a4cgdb6yDeV5T1cj+7Fo78r4qSeXR6OGQyULIkSO3U79gjIoHdixvk402/8CVlYaZD+BVxdrQ9WvuHiEc81/dgLcG6erY46Vart1PtdGRDRDwi2vVHypyjcIpMfWd6794dHhpMd4ljgy+hfCR0JMixqreCuTGccBUqDYz+2K4T9uV9qxLfWl57eNef0/Tjq8fOoqmGaN4EJtQlwcaQJ22ybSBm0zVKclMrbsymS4C5nPtxPUtguTJULQA1xBcjxhwU+ORd76bP2as/K1NPKR4Kc9mrbyT+N9i7wmNUmO7mK2kkOsBHdlgJRsKOhVsoI19HYMS6rPNXh2FXT04RfRr4NXmbjvDCWS3vfsmJMi8cbkosnGnHCnw3Y2GTF4HUEpWEqjj3Z2lC3jOcjERLLKWVk5R9RUrFHnGdVxVGR+meSgNsF089LlTwpaPjydUdS6lS5sfm3jSQSe8Q5"), c => c.charCodeAt(0));
const key  = Uint8Array.from("d1073460e6041655dc99886c1a829b41e2df20642bcf4c150edb8a4e60b4db8b".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): d1073460e6041655dc99886c1a829b41e2df20642bcf4c150edb8a4e60b4db8b
  • IV / nonce (hex): b5e2f74861420695ea608d69
  • Ciphertext (hex): a3572bbcc0697716d6796ee6fe894f0ea99e5c16ad2db5daec1dbbbd09ce0f71946a44bbefd38c1dec0bd9facceffae813faed5900bf271ac4460a7a5f300c04d682ff791e0d06e9ad29e3ea66b3a621ca6b6ad50e4bb9a99c89e0f7a109326eb65567ef9e5b76a6bafb4230bd8590b24d9ec1b6882c887ca5b57a9b9c94cd45082f4effd389a562ae4a2a4c370ba7cbdcebbf6266f941ae36c6b40bc13c5c49cd826a04132d724d9e1414ab6f64ea486bf85904fdae1c81d6fac83795e53d5c8feec5a3bf2be2a49e5d1e8e190c942c89123b753bf608c8a07762c6f938d36ffc0959586990fe055c5dad0f56bee1e211cf35fdd80b706e9ead8e3a55aaedd4fb5d1910d10f08b6bd51f2a728dc22931f59debbf7874786931de258e0cbe85f091d09322c6aade0ae4c671c054a83633fb62b84fdb95f6ac4b7d6979ede35e7f4fd38eaf1f3a8aa619a378109b5097071a409db6c9b4819b4cd529c94cadbb32992e02e673edc4f52d82e4c950b400d7105c8f187053e39177be9b3f66acfcad4d3ca47829cf66adbc93f8df62ef098d5263bb98ada490eb011dd960251b0a3a156ca08d7d1d8312eab3cd5e1d855d3d3845f46be0d5e66e3bc30964b7bdfb2624c8bc71b928b271a71c29f0dd8d864c5e07504a5612a8e3dd9da50b78ce7231112cb296564e51f5152b1479c6755c55191fa679280db05d3cf4b953c2968f8
  • Auth tag (hex): f2754752ea54b9b1f9b78d24127bc439

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