Encode Station
Witness Cipher // AdonisJS Utility
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
Decode Station
Envelope-aware input
The decode station accepts raw base64 and full response objects. If the JSON carries a `meta` clue, the app surfaces it automatically.
OpenSSL format
Every encrypted message uses the `Salted__` envelope and can be decrypted with the matching OpenSSL command line.