True Turing Code / AP52.2

Single-Image URL Cypher

URL専用圧縮を使い、暗号化packetを Gray-Scott / reaction-diffusion の生成条件へ入れる参照実装です。metadata / LSB / alpha / overlay / QR / tile carrier は使用していません。

SELF-DECODE: PASS
AP52.2 Gray-Scott single-image URL cypher sample
sample_ap52_2_multiverse.png — visible reaction field only. The packet is not stored as metadata or pixel overlay.

Decode result

Target
https://masato-lab.pages.dev/portfolio/multiverse
Status
PASS
Verifier
OK
Exact URL
MATCH
Mode
one image / encrypted URL packet

Run locally

cd "$env:USERPROFILE\Desktop\ap52_2_single_image_url_cypher_deploy"
python -m venv .venv
.\.venv\Scripts\activate
pip install numpy pillow
python run_ap52_2_single_image_url_cypher.py

Cloudflare Pages用に index.html を追加した版です。生成・厳密復号の本体はPython参照実装です。