Browser‑only HMAC‑based toy cipher demo (DrMoron) — now live with URL‑encoded ciphertext
I’ve been working on a small educational cipher experiment called DrMoron. Refer to: [https://www.reddit.com/r/crypto/comments/1r369lv/drmoron\_a\_cipher/](https://www.reddit.com/r/crypto/comments/1r369lv/drmoron_a_cipher/) It’s not intended to be secure — just a playground for exploring HMAC‑driven keystream generation, feedback, and deterministic test vectors. I finally finished the browser version, …