⚠️ Deprecated: This project is no longer maintained. Please use useFormseal/decrypt instead.
Decrypt formseal ciphertexts locally.
formseal-inbox decrypts form submissions downloaded by formseal-fetch. Nothing is decrypted in transit or on the server — only the holder of the private key can read submissions.
formseal-inbox is not a hosted service or dashboard. It is a CLI decryption utility.
Via pipx (recommended)
pipx install formseal-inboxVia pip
pip install formseal-inboxfsi connect
fsi decrypt
fsi statusBrowser (formseal-embed)
│
▼ (encrypted submissions)
Your server / endpoint
│
▼ (fsf fetch)
ciphertexts.jsonl ──► Your PC
│
▼ (fsi decrypt)
decrypted.jsonl
Your backend stores opaque ciphertext only. fsf fetch downloads it. fsi decrypt decrypts it offline with your private key.
| Command | Description |
|---|---|
fsi |
Show about / info |
fsi connect |
Configure source, destination, and private key |
fsi decrypt |
Decrypt ciphertexts |
fsi status |
Show configuration |
fsi disconnect |
Clear credentials |
fsi disconnect --wipe |
Clear everything including messages |
Run fsi --help for all options.
Your private key never leaves your machine. formseal-inbox:
- Stores credentials in your OS keychain (Windows Credential Manager / macOS Keychain / Linux Secret Service)
- Decrypts locally only
- Sends no telemetry, has no analytics
- Skips already-decrypted messages automatically
- SECURITY.md — Security policy
Please star the repo if you find formseal-inbox useful.
MIT
