Zero-Trace Terminal is a browser-based, peer-to-peer messaging tool that provides end-to-end encrypted communication without requiring user accounts, central servers, or persistent data storage for sensitive conversations.
Key Points
- Uses AES-GCM 256-bit encryption for message content and PBKDF2 for key derivation.
- Employs WebRTC for direct peer-to-peer data transfer, bypassing central message storage.
- Features a "Panic Purge" button to instantly wipe all keys, connection states, and chat history.
- Requires a 100-character shared Room Key to establish connections between two browser sessions.
- Configured with 18 STUN/TURN server fallbacks to ensure connectivity through restrictive firewalls and NATs.
- Operates as a static web application on GitHub Pages, requiring no proprietary backend or cookies.