Visita Interiora Terrae Rectificando Invenies Occultum Lapidem
Visit the interior of the earth; by rectification you will find the hidden stone.
A self-contained, desktop file converter for text, audio, video, image, and 3D model formats — with optional Philosopher's Stone mode that hides any lossless file inside an ordinary-looking image, audio file, video, archive, or self-extracting script.
Drop files into Vitriol's playlist. Pick a target format. Click convert. Everything runs locally — no telemetry, no network calls during conversions, no third-party APIs.
Text
txt · md · html · json · xml · csv · xlsx · docx · pdf · epub · rtf · pptx · odt
Images
png · jpg · webp · bmp · tiff · gif · ico · tga · ppm · dds · heic · svg
Audio
mp3 · wav · flac · ogg · opus · m4a · aac · wma · aiff · alac · au · mka
Video
mp4 · mkv · webm · avi · mov · wmv · flv · mpg · 3gp · ts · vob · ogv
3D Models
glb · gltf · obj · stl · fbx · ply · dae · 3ds
Source-available
Code-signed
AES-256 ready
Drop any lossless file in. Get back an output that looks like an ordinary image, audio file, video, archive, or self-extracting script — but contains the original bytes inside, recoverable byte-exact through Vitriol. Optional AES-256 password protection per file.
Three Stone-mode PNGs of three different sources, plus the same Chopin source
hidden again with the password Chopin. Same source, different password,
completely different image — the encryption is baked into the carrier itself.
Per-file optional password derived through PBKDF2-HMAC-SHA256. Without the right password, the file does not decode — and the wrong password produces silent garbage on image/audio/video/zip/3D outputs, so a probing attacker can't tell encryption was even used.
Optional safety toggle. When on, every Stone conversion is immediately reversed in a temp folder, and the output only commits if the reverse produces bytes matching the original. Catches end-to-end integrity issues before they reach disk.
Save a file as .png. Drop the result back in and save it as .wav. Then the .wav as .mkv. Each layer can carry its own password — recovering the original means unwrapping every layer in reverse order with the right password at each step.
Three source files and the Stone-mode .png, .wav, and
.mkv outputs Vitriol produces from them. Drop any of these
back into Vitriol to recover the original source byte-for-byte.
Self-extracting .py and .exe outputs work
differently — see the next section.
Inline players are 30-second previews of the Stone-mode .wav
output — generated music that's actually carrying the source file's
bytes inside it. The Chopin row has no preview because audio-to-audio
is a same-category conversion (no Stone hiding when both sides are
already audio).
A PDF of the poem — converted into image, audio, and video.
An m4a recording — Stone outputs include both no-password and password-protected image variants of the cross-category conversions. Password: Chopin
Stone-mode .py and .exe outputs are different
from the image / audio / video outputs above — they contain everything
needed to reconstruct the source without Vitriol installed.
Run the script, it rebuilds the original file next to itself.
.pyA standalone Python script. Anyone with Python installed can run it; no Vitriol needed. Cross-platform (Windows / macOS / Linux), small file size, easy to inspect — open it in any text editor to see the embedded payload as base64.
Run it:
python the_file.py
If password-protected, you'll be prompted on stdin. Five wrong attempts and the script self-deletes.
.exeA native Windows executable. Recipients don't need Python or Vitriol — just Windows. Double-click to run; the embedded payload extracts to the same folder as the executable.
Run it:
double-click on Windows
or: the_file.exe
Same password rules as .py. Windows may show a SmartScreen warning for unsigned executables — that's expected.
You can also drop a .py or .exe Stone output back
into Vitriol if you have it installed — both paths recover the same
original bytes — but the whole point of these formats is that you
don't have to. They're for sharing with people who won't be
installing Vitriol.
.pyRun with Python; rebuilds Sample Music Zip.zip in the same folder.
.pyRun with Python; rebuilds The Raven By Edgar Allan Poe.pdf in the same folder.
.py & .exeBoth rebuild Chopin - Nocturne Op. 9.m4a. You'll be prompted for a password — use Chopin. The .exe runs without Python; the .py needs it.
Both editions are digitally signed via Azure Trusted Signing. Right-click the downloaded file → Properties → Digital Signatures to verify the certificate.
Standard Windows install. Puts Vitriol under Program Files, registers a Start Menu entry, and gives you a normal Add/Remove Programs entry. One-click in-app updates from this point forward.
Extract anywhere — Desktop, USB stick, a tools folder. No installer, no admin rights. Inner Vitriol.exe carries the same signature as the installed edition.
Both downloads include FFmpeg, Assimp, DejaVu Sans, Cinzel, and an embedded Python runtime. No system Python install required. Nothing is downloaded at runtime except the optional once-per-day update check.
Source-available under the Elastic License v2. Clone, run, audit. Vitriol's Stone mode uses standard cryptography (AES-256-CTR + PBKDF2-HMAC-SHA256) — you don't have to take our word for it.
git clone https://github.com/kl3mta3/Vitriol.git
cd Vitriol
python launcher.py
First launch installs four pip packages and downloads FFmpeg + Assimp + bundled fonts to local folders. Subsequent launches are instant.