You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These new builds will enable true **serverless communication** even under restricted or offline conditions.
33
+
34
+
If you appreciate our mission to build **decentralized, censorship-resistant communication**,
35
+
please **support the project by starring it on GitHub** — your support helps development and visibility!
36
+
37
+
👉 [⭐ Star SecureBit.chat on GitHub](https://github.com/SecureBitChat/securebit-chat)
38
+
39
+
---
40
+
19
41
## 🎯 Overview
20
42
21
43
SecureBit.chat is a revolutionary peer-to-peer messenger that prioritizes your privacy with military-grade encryption. No servers, no registration, no data collection - just pure, secure communication.
@@ -41,7 +63,6 @@ SecureBit.chat is a revolutionary peer-to-peer messenger that prioritizes your p
41
63
- Fix IndexedDB "database closing" errors with connection checking
42
64
- Add individual transactions per queue item to prevent race conditions
43
65
44
-
45
66
### 🛡️ Security Enhancements
46
67
-**ECDH + DTLS + SAS System** - Triple-layer security verification
47
68
-**ASN.1 Full Structure Validation** - Complete key structure verification
@@ -52,271 +73,36 @@ SecureBit.chat is a revolutionary peer-to-peer messenger that prioritizes your p
52
73
53
74
---
54
75
55
-
## 🏆 Why SecureBit.chat?
56
-
57
-
### Security Comparison
58
-
59
-
| Feature |**SecureBit.chat**| Signal | Threema | Session |
**Important:** Always rebuild after changes. Source files are in `src/`, generated files in `assets/` and `dist/`. Never edit generated files directly.
232
-
233
-
### Technology Stack
234
-
-**Frontend:** Pure JavaScript + React (via CDN)
235
-
-**PWA:** Service Workers + Cache API + Web App Manifest
236
-
-**Cryptography:** Web Crypto API + custom ECDH/ECDSA + ASN.1 parser
237
-
-**Network:** WebRTC P2P Data Channels
238
-
-**Notifications:** Browser Notifications API + Page Visibility API
239
-
-**File Transfer:** Enhanced secure P2P streaming with chunked encryption
240
-
-**Styling:** TailwindCSS + custom CSS
241
-
242
-
---
243
-
244
-
## 🛡️ Security
245
-
246
-
### Audit Status
247
-
- ✅ Internal cryptographic review completed
248
-
- ✅ P2P protocol security analysis completed
249
-
- ✅ File transfer security validation completed
250
-
- ✅ ASN.1 validation and key verification completed
While SecureBit.chat implements military-grade cryptography, no system is 100% secure. Always verify security codes out-of-band and keep devices updated.
306
-
307
-
### Legal Notice
308
-
This software is provided "as is" for educational and research purposes. Users are responsible for compliance with local laws regarding cryptographic software and private communications.
309
-
310
-
### Privacy Statement
311
-
SecureBit.chat collects zero data, stores nothing, requires no registration, and uses no servers. All data exists only in browser memory with direct P2P connections.
312
-
313
-
---
314
-
315
-
## 📄 License
316
-
317
-
MIT License - see **LICENSE** file for details.
318
-
319
-
100% open source with full transparency, no telemetry, and zero data collection.
104
+
If you support the mission — **please star the repo!**
105
+
[⭐ Star SecureBit.chat on GitHub](https://github.com/SecureBitChat/securebit-chat)
320
106
321
107
---
322
108
@@ -334,4 +120,4 @@ MIT License - see **LICENSE** file for details.
334
120
335
121
[🚀 Try Now](https://securebitchat.github.io/securebit-chat/) • [⭐ Star on GitHub](https://github.com/SecureBitChat/securebit-chat)
0 commit comments