From 1d36fde173333956cf2ff41a1c43fb651b4f1ae0 Mon Sep 17 00:00:00 2001 From: lockbitchat Date: Sat, 9 Aug 2025 12:59:59 -0400 Subject: [PATCH] Update README.md --- README.md | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/README.md b/README.md index 88dc0b2..e61c7be 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,95 @@ # lockbit-chat πŸ”’ World's most secure P2P messenger with Lightning Network integration. End-to-end encryption, pay-per-session model, zero data collection. WebRTC direct connections, quantum-resistant roadmap. Privacy-first communication for the Bitcoin age ⚑ + +πŸ›‘οΈ LockBit.chat - Enhanced Security Edition +🎯 About the Project +LockBit.chat is a revolutionary P2P messenger that combines: + +Military-grade cryptography (ECDH P-384 + AES-GCM 256) +Lightning Network payments for sessions +Perfect Forward Secrecy with automatic key rotation +Zero-trust architecture without servers + +✨ Key Features +πŸ” Cryptography + +ECDH P-384 key exchange +AES-GCM 256-bit encryption +ECDSA digital signatures +Perfect Forward Secrecy +Out-of-band verification against MITM attacks + +⚑ Lightning Network + +Payments in satoshis for sessions +WebLN support +Instant microtransactions +Private payments + +🌐 P2P Architecture + +Direct connection via WebRTC +No central servers +Impossible to censor +No metadata collection + +πŸš€ Quick Start + +Open: https://lockbit.chat +Choose: "Create Channel" or "Join" +Pay: for session via Lightning +Chat: securely! + +πŸ”’ Security +Cryptographic Algorithms: +πŸ”‘ Key Exchange: ECDH P-384 +πŸ” Encryption: AES-GCM 256-bit +✍️ Signatures: ECDSA P-384 +πŸ”„ PFS: Automatic key rotation +πŸ›‘οΈ MITM Protection: Out-of-band verification +Security Audit: + +βœ… All algorithms verified by cryptographers +βœ… Code open for independent audit +βœ… Uses only standard WebCrypto APIs +βœ… Non-extractable keys + +πŸ—ΊοΈ Roadmap + +v4.0 βœ… Enhanced Security Edition (current) +v4.5 πŸ”„ Mobile & Desktop applications +v5.0 πŸ“… Quantum-resistant cryptography +v5.5 πŸ“… Group chats +v6.0 πŸ“… Decentralized network + +πŸ› οΈ For Developers +Technologies: + +Frontend: Vanilla JS + React +Crypto: Web Crypto API +P2P: WebRTC DataChannels +Payments: Lightning Network / WebLN + +Local Development: +bashgit clone https://github.com/lockbitchat/lockbit-chat.git +cd lockbit-chat +python -m http.server 8000 +# Open http://localhost:8000 +🀝 Contributing +We welcome community contributions! +How to help: + +πŸ› Report bugs +πŸ’‘ Suggest ideas +πŸ” Security audit +πŸ“– Improve documentation +🌍 Translations + +πŸ“„ License +MIT License with mandatory attribution +⚠️ Disclaimer +LockBit.chat is provided "as is". Use at your own risk. For mission-critical communications, additional security verification is recommended. +πŸ“ž Contacts + +🌐 Website: https://lockbit.chat +πŸ“§ Email: lockbitchat@tutanota.com