A tiny obscure/reveal tool powered by Cloudflare Workers.
Endpoints provided by this Worker in src/index.ts:
GET/obscurevalue (required, plaintext to encrypt)text/plain, Base64URL (no padding) ciphertext with a random IV400/500 with message/obscure?value=hello%20worldGET/revealvalue (required, Base64URL ciphertext)text/plain, the revealed plaintext400 with message/reveal?value=xxxxxfetch('/obscure?value=...') and fetch('/reveal?value=...').http://localhost:8787/.