update name
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025 lockbitchat
|
||||
Copyright (c) 2025 SecureBitChat
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -54,7 +54,7 @@ For **critical security issues** that could compromise user safety:
|
||||
**Contact us privately:**
|
||||
- 📧 **Email:** security@SecureBit.chat (PGP key below)
|
||||
- 🔒 **Signal:** +[REDACTED] (ask for Signal number via email)
|
||||
- 🔐 **Keybase:** @lockbitchat
|
||||
- 🔐 **Keybase:** @SecureBitChat
|
||||
|
||||
### 🟡 Non-Critical Issues
|
||||
For general security improvements or non-critical findings:
|
||||
@@ -215,8 +215,7 @@ webrtcManager.getSecurityStatus()
|
||||
|
||||
- **Security Team:** security@SecureBit.chat
|
||||
- **General Contact:** lockbitchat@tutanota.com
|
||||
- **GitHub Issues:** https://github.com/lockbitchat/securebit-chat/issues
|
||||
- **Security Announcements:** [@lockbitchat](https://twitter.com/lockbitchat)
|
||||
- **GitHub Issues:** https://github.com/SecureBitChat/securebit-chat/issues
|
||||
|
||||
## 🏅 Security Achievements
|
||||
|
||||
|
||||
@@ -1089,7 +1089,7 @@ const customConfig = {
|
||||
};
|
||||
|
||||
// Apply custom configuration
|
||||
LockBitChat.configure(customConfig);
|
||||
SecureBitChat.configure(customConfig);
|
||||
📈 Analytics & Monitoring
|
||||
Security Metrics
|
||||
javascript// Security monitoring dashboard
|
||||
|
||||
@@ -1304,7 +1304,7 @@ class CryptographicErrorHandler {
|
||||
For cryptographic implementation questions:
|
||||
- **Security Team:** security@SecureBit.chat
|
||||
- **Cryptographic Specialists:** crypto@SecureBit.chat
|
||||
- **GitHub Issues:** [Cryptography Issues](https://github.com/lockbitchat/securebit-chat/issues?q=label%3Acryptography)
|
||||
- **GitHub Issues:** [Cryptography Issues](https://github.com/SecureBitChat/securebit-chat/issues?q=label%3Acryptography)
|
||||
|
||||
### Additional Resources
|
||||
|
||||
|
||||
@@ -708,7 +708,7 @@ For technical questions about the security architecture:
|
||||
|
||||
- **Security Team:** security@SecureBit.chat
|
||||
- **Technical Documentation:** docs@SecureBit.chat
|
||||
- **GitHub Issues:** [Security Architecture Issues](https://github.com/lockbitchat/securebit-chat/issues?q=label%3Asecurity-architecture)
|
||||
- **GitHub Issues:** [Security Architecture Issues](https://github.com/SecureBitChat/securebit-chat/issues?q=label%3Asecurity-architecture)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -21,14 +21,14 @@
|
||||
<meta name="description" content="SecureBit.chat — P2P messenger with military-grade cryptography and Lightning Network payments">
|
||||
<meta name="keywords" content="P2P messenger, encryption, Lightning Network, WebRTC, privacy">
|
||||
<meta name="author" content="Volodymyr">
|
||||
<link rel="canonical" href="https://github.com/lockbitchat/securebit-chat/">
|
||||
<link rel="canonical" href="https://github.com/SecureBitChat/securebit-chat/">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="SecureBit.chat - Enhanced Security Edition">
|
||||
<meta property="og:description" content="The first P2P messenger with Lightning Network payments">
|
||||
<meta property="og:url" content="https://github.com/lockbitchat/securebit-chat/">
|
||||
<meta property="og:url" content="https://github.com/SecureBitChat/securebit-chat/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="https://github.com/lockbitchat/securebit-chat/assets/images/og-image.png">
|
||||
<meta property="og:image" content="https://github.com/SecureBitChat/securebit-chat/assets/images/og-image.png">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
@@ -1073,7 +1073,7 @@
|
||||
>
|
||||
<a
|
||||
key="github-link"
|
||||
href="https://github.com/lockbitchat/securebit-chat/"
|
||||
href="https://github.com/SecureBitChat/securebit-chat/"
|
||||
className="btn-primary text-white py-3 px-6 rounded-lg font-medium transition-all duration-200 flex items-center justify-center"
|
||||
>
|
||||
<i key="github-icon" className="fab fa-github mr-2" />
|
||||
|
||||
Reference in New Issue
Block a user