AUTO-UPDATED

Hard-Chat – A serverless, RAM-only P2P terminal chat

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.

Why it Matters

This tool offers a privacy-focused alternative for users needing ephemeral, secure communication without the metadata risks associated with traditional centralized messaging platforms. While it protects message content, users must still employ a VPN to prevent IP-based deanonymization by third-party signaling and relay services.
Github.com Published by mrhardlint
Read original