MoryCodec · Live demo

See the codec work — audio and video.

This runs the MoryCodec reference core entirely in your browser — no server, no upload. Switch between Audio (.mca) and Video (.mcv): separate codec kernels that share one wallet-gated, encrypted, seekable container. Pick an access mode and press play — when the policy isn't satisfied, the key is never derived and nothing decodes.

Audio stream — sound only, no picture.

.mca · perceptual audio kernel

Output appears here…

PoC primitives: AES-256-GCM + SHA-256 (production: XChaCha20-Poly1305 + BLAKE3). Audio and video are separate codec kernels sharing one wallet-gated container — try a locked mode with the wrong / no wallet and neither will play.

What to try

  • Audio vs Video — sound only vs a moving picture; same container, different kernels.
  • single + the Artist wallet plays; a random wallet is refused.
  • Both decrypt with verify-then-decrypt — tampering is caught before playback.

Honest scope

A proof-of-concept of the container, access modes and integrity. The production codec adds real audio/video kernels (Opus / AV1), forensic watermarking and post-quantum keys.Back to overview →