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

Giulianova vs Atletico Ascoli

Serie D · Italy · 27 Sept 2026, 13:00 UTC

Final score
4 : 2
Result
Lost
Pick
Atletico Ascoli
Market
1X2
CLV vs fair close
-5.73%
Model prob.
37.6%
Best price
3.00
Min odds
2.71
Stake factor
2.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)
mmydhKu4GO/gk6O1Bu5PosR9DZg95pkA3CD/ZX+ulHhEk+CJY5CCTlMOPY3WgW8eo/ZKFoTluvHf6JxHSEpfrw+NldnMSNUUP4VFvG26tVcU0QpU1OMfdM6J4PdY6vl37NBBtsTY5og3N2Ka9fzVGW6dOFm2pDr6ZHQpWZCcf/q4HzBJW03iWAB8K4vBH8gDUDdK5za9iyYYA4h7br8XPrNwbwE4waOzUXO1S2dcoVuM3kkvURWlidtGOaRTF5lpEclQCzl0fsCbEa4VBz2M1SopH/zFhw1tT3ifJxIsmp4MkThD3vwHAUYvuqzBnJh+FVZtuPl60DU1DIMbw+1pSewsyRdCnkfNyfq+9IF7Y9zq9Zg/EtIwqnr5c9gelJhWJrwnqa2UFPHFSCXXPjwzlZLLjHuvUkKk1gYe2LeW98OceKubq3q/wvcNwS/qtGi9FJj5BitUsq9DutaY3gVYm9iYEUTaR7RhZx7Bh5havgc0kep4HEgQHxdpYZFxMTQvgiWnDJx3aRkl2gfiSpxMCLuUGbAbia1hvfTg0oyjgX9JZ7U7BFl5G45TTCssKH3++yASI+/sZAjY//CRS3fJKhBtFU25bocSBALWCjLXbGk0TupJ63cq3aoRxXE0Tyaw0qfRb29fTswCmqWPQ9Aq22s8ij9AHgdaRJ6y8XkamcBE5pMp88mbrmCruhymR5cb6QpIJPkXYkJdtFst
key fingerprint sha256: aa17f378fad8ad5526d7693422d2e9a525d1931e6d432e4bde22a7b26d7cc84d
Decrypt it & read the pick
Decryption key (released after the match)
60f3f933b20add7395dc279b1b3aa39839cb132c3cdc64c5e245d301765221d4
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("mmydhKu4GO/gk6O1Bu5PosR9DZg95pkA3CD/ZX+ulHhEk+CJY5CCTlMOPY3WgW8eo/ZKFoTluvHf6JxHSEpfrw+NldnMSNUUP4VFvG26tVcU0QpU1OMfdM6J4PdY6vl37NBBtsTY5og3N2Ka9fzVGW6dOFm2pDr6ZHQpWZCcf/q4HzBJW03iWAB8K4vBH8gDUDdK5za9iyYYA4h7br8XPrNwbwE4waOzUXO1S2dcoVuM3kkvURWlidtGOaRTF5lpEclQCzl0fsCbEa4VBz2M1SopH/zFhw1tT3ifJxIsmp4MkThD3vwHAUYvuqzBnJh+FVZtuPl60DU1DIMbw+1pSewsyRdCnkfNyfq+9IF7Y9zq9Zg/EtIwqnr5c9gelJhWJrwnqa2UFPHFSCXXPjwzlZLLjHuvUkKk1gYe2LeW98OceKubq3q/wvcNwS/qtGi9FJj5BitUsq9DutaY3gVYm9iYEUTaR7RhZx7Bh5havgc0kep4HEgQHxdpYZFxMTQvgiWnDJx3aRkl2gfiSpxMCLuUGbAbia1hvfTg0oyjgX9JZ7U7BFl5G45TTCssKH3++yASI+/sZAjY//CRS3fJKhBtFU25bocSBALWCjLXbGk0TupJ63cq3aoRxXE0Tyaw0qfRb29fTswCmqWPQ9Aq22s8ij9AHgdaRJ6y8XkamcBE5pMp88mbrmCruhymR5cb6QpIJPkXYkJdtFst"), c => c.charCodeAt(0));
const key  = Uint8Array.from("60f3f933b20add7395dc279b1b3aa39839cb132c3cdc64c5e245d301765221d4".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): 60f3f933b20add7395dc279b1b3aa39839cb132c3cdc64c5e245d301765221d4
  • IV / nonce (hex): 9a6c9d84abb818efe093a3b5
  • Ciphertext (hex): 06ee4fa2c47d0d983de69900dc20ff657fae94784493e0896390824e530e3d8dd6816f1ea3f64a1684e5baf1dfe89c47484a5faf0f8d95d9cc48d5143f8545bc6dbab55714d10a54d4e31f74ce89e0f758eaf977ecd041b6c4d8e6883737629af5fcd5196e9d3859b6a43afa64742959909c7ffab81f30495b4de258007c2b8bc11fc80350374ae736bd8b261803887b6ebf173eb3706f0138c1a3b35173b54b675ca15b8cde492f5115a589db4639a45317996911c9500b39747ec09b11ae15073d8cd52a291ffcc5870d6d4f789f27122c9a9e0c913843defc0701462fbaacc19c987e15566db8f97ad035350c831bc3ed6949ec2cc917429e47cdc9fabef4817b63dceaf5983f12d230aa7af973d81e94985626bc27a9ad9414f1c54825d73e3c339592cb8c7baf5242a4d6061ed8b796f7c39c78ab9bab7abfc2f70dc12feab468bd1498f9062b54b2af43bad698de05589bd8981144da47b461671ec187985abe073491ea781c48101f176961917131342f8225a70c9c77691925da07e24a9c4c08bb9419b01b89ad61bdf4e0d28ca3817f4967b53b0459791b8e534c2b2c287dfefb201223efec6408d8fff0914b77c92a106d154db96e87120402d60a32d76c69344eea49eb772addaa11c571344f26b0d2a7d16f6f5f4ecc029aa58f43d02adb6b3c8a3f401e075a449eb2f1791a99c044e69329f3c99bae60abba1c
  • Auth tag (hex): a647971be90a4824f91762425db45b2d

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