Witness Cipher // AdonisJS Utility

Encrypt the testimonies. Decode the archive.

A server-rendered AdonisJS tool for producing or decoding OpenSSL-compatible base64 envelopes. Type a message plus a password, or paste a payload back in to decrypt it.

Encode Station

Encrypt and encode

Text to base64
Reset
Encrypt a testimony with the same OpenSSL-compatible envelope used by orbital-noise.

Decode Station

Decode and decrypt

Base64 to text
Clear
Paste raw base64 or the full JSON envelope to recover the testimony.

Envelope-aware input

Paste the full JSON if you want

The decode station accepts raw base64 and full response objects. If the JSON carries a `meta` clue, the app surfaces it automatically.

OpenSSL format

Salted payloads

Every encrypted message uses the `Salted__` envelope and can be decrypted with the matching OpenSSL command line.