Browser extension for SecureBit Chat - P2P messenger with military-grade cryptography.
- π Military-grade cryptography: ECDH + DTLS + SAS
- π P2P communication: Direct connection without servers
- π± QR codes: Quick connection via QR scanning
- β‘ High performance: Optimized for speed
- π― Non-intrusive: Widget appears only on demand
- Download or clone this repository
- Open Microsoft Edge browser
- Navigate to
edge://extensions/ - Enable "Developer mode" toggle
- Click "Load unpacked" button
- Select the
extension-buildfolder
- Click the extension icon in the toolbar
- Use all chat features as in the web version
The widget does NOT appear automatically on all pages.
Ways to activate the widget:
- Keyboard shortcut:
Ctrl + Shift + Son any web page - From popup: "Show widget" button (if added)
Widget controls:
Ctrl + Shift + S- show/hide widget- "β" button - minimize widget
- "Γ" button - close widget
To build the extension, use the PowerShell script:
powershell -ExecutionPolicy Bypass -File build-extension.ps1βββ extension-build/ # Built extension
βββ extension-manifest.json # Extension manifest
βββ extension-background.js # Background script
βββ extension-content.js # Content script
βββ extension-popup.html # Popup HTML
βββ extension-popup.js # Popup script
βββ build-extension.ps1 # Build script
βββ README.md # This file
- ECDH Key Exchange: Elliptic Curve Diffie-Hellman for secure key generation
- DTLS Encryption: Datagram Transport Layer Security for data protection
- SAS Verification: Short Authentication String for identity verification
- P2P Architecture: No central servers, direct peer-to-peer communication
- Military-grade: Enterprise-level security standards
Current version: 1.2.14
MIT License
For questions or issues, create an issue in the repository.
- Installation Guide - Detailed installation instructions