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

Jubilo Iwata vs Vanraure Hachinohe

J2 League · Japan · 26 Sept 2026, 08:00 UTC

Final score
1 : 2
Result
Lost
Pick
Jubilo Iwata
Market
1X2
CLV vs fair close
+9.34%
Model prob.
63.6%
Best price
1.67
Min odds
1.60
Stake factor
3.00

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)
9DZxaxqcle8Tl00fBAtaOqJ+p5EWtwnMHZHx3Ms12SPGkldNGikW76OErXOicf16TqSh77dE8I/d5bBl7kfnd4L6Mut0SNPheuifTyVeb4OLtmGClInmOmNKkXD/XkJNFmWIxZ3nafd/jT5fPvvvXMYbN0KxNQXOG99kqn7Kg1a5MESkt81s89UMLb/4Jq0k5dUMpODnnBPp8PioHgfR1CailbWEWQltHxkq2mC2P4DCGqFWa3WXQsUQMRtehrLqmzHNy/YTgWjlYi2nqR5UsRNwtnRT7jElkkF6gmqD+6cHNJVV6EHEIxTay4Vto6Pccx30Nrt5AHfbAK+GAMhwzN7YRJlfiKwj9gEHBlEKBfLdN37XsxYrU7rZcYH8NQsknTpB4651vsbYrAON5JodsvhAQF2A4yYNowc1fSibnht9ki05paXyKH2iQ9t5reEr6gK6cq/zOjU/+PxoEX7Oe8Fhosx1jDec4mqnQXWFxi0mNTI2+G2j/UAzdjkCQeDsD/PIcDv0YBOw+AbmQ+cp3lEAH2Go4UKU8lB7i03W1ee5aisJsO48Q2dA57X9JEiUFKLfjLnRbD3myVmtAve58jZWGqlkOw+XlimnQtP6uiCN98HbRbWEjR0L0b9FTb37ADt3npI96LhTz3kDW3LJWVH5M+0B2Swnexsln0d0ners7/Mlza68y3rKy1LMjHGvhU8KQK+y6LqgdiIf
key fingerprint sha256: 97266e97b8575d1b87afc93a532bc94d4b25af034527e533efa1dc56ce6ae453
Decrypt it & read the pick
Decryption key (released after the match)
4323cbf0efffe66b65ed6a39b3edb4160838d03c02b9473fb62c197aadc4cce3
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("9DZxaxqcle8Tl00fBAtaOqJ+p5EWtwnMHZHx3Ms12SPGkldNGikW76OErXOicf16TqSh77dE8I/d5bBl7kfnd4L6Mut0SNPheuifTyVeb4OLtmGClInmOmNKkXD/XkJNFmWIxZ3nafd/jT5fPvvvXMYbN0KxNQXOG99kqn7Kg1a5MESkt81s89UMLb/4Jq0k5dUMpODnnBPp8PioHgfR1CailbWEWQltHxkq2mC2P4DCGqFWa3WXQsUQMRtehrLqmzHNy/YTgWjlYi2nqR5UsRNwtnRT7jElkkF6gmqD+6cHNJVV6EHEIxTay4Vto6Pccx30Nrt5AHfbAK+GAMhwzN7YRJlfiKwj9gEHBlEKBfLdN37XsxYrU7rZcYH8NQsknTpB4651vsbYrAON5JodsvhAQF2A4yYNowc1fSibnht9ki05paXyKH2iQ9t5reEr6gK6cq/zOjU/+PxoEX7Oe8Fhosx1jDec4mqnQXWFxi0mNTI2+G2j/UAzdjkCQeDsD/PIcDv0YBOw+AbmQ+cp3lEAH2Go4UKU8lB7i03W1ee5aisJsO48Q2dA57X9JEiUFKLfjLnRbD3myVmtAve58jZWGqlkOw+XlimnQtP6uiCN98HbRbWEjR0L0b9FTb37ADt3npI96LhTz3kDW3LJWVH5M+0B2Swnexsln0d0ners7/Mlza68y3rKy1LMjHGvhU8KQK+y6LqgdiIf"), c => c.charCodeAt(0));
const key  = Uint8Array.from("4323cbf0efffe66b65ed6a39b3edb4160838d03c02b9473fb62c197aadc4cce3".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): 4323cbf0efffe66b65ed6a39b3edb4160838d03c02b9473fb62c197aadc4cce3
  • IV / nonce (hex): f436716b1a9c95ef13974d1f
  • Ciphertext (hex): 040b5a3aa27ea79116b709cc1d91f1dccb35d923c692574d1a2916efa384ad73a271fd7a4ea4a1efb744f08fdde5b065ee47e77782fa32eb7448d3e17ae89f4f255e6f838bb661829489e63a634a9170ff5e424d166588c59de769f77f8d3e5f3efbef5cc61b3742b13505ce1bdf64aa7eca8356b93044a4b7cd6cf3d50c2dbff826ad24e5d50ca4e0e79c13e9f0f8a81e07d1d426a295b58459096d1f192ada60b63f80c21aa1566b759742c510311b5e86b2ea9b31cdcbf6138168e5622da7a91e54b11370b67453ee312592417a826a83fba707349555e841c42314dacb856da3a3dc731df436bb790077db00af8600c870ccded844995f88ac23f6010706510a05f2dd377ed7b3162b53bad97181fc350b249d3a41e3ae75bec6d8ac038de49a1db2f840405d80e3260da307357d289b9e1b7d922d39a5a5f2287da243db79ade12bea02ba72aff33a353ff8fc68117ece7bc161a2cc758c379ce26aa7417585c62d26353236f86da3fd403376390241e0ec0ff3c8703bf46013b0f806e643e729de51001f61a8e14294f2507b8b4dd6d5e7b96a2b09b0ee3c436740e7b5fd24489414a2df8cb9d16c3de6c959ad02f7b9f236561aa9643b0f979629a742d3faba208df7c1db45b5848d1d0bd1bf454dbdfb003b779e923de8b853cf79035b72c95951f933ed01d92c277b1b259f47749deaeceff325cdaebccb7acacb52
  • Auth tag (hex): cc8c71af854f0a40afb2e8baa076221f

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