Skip to content

Commit db21b8f

Browse files
committed
update name
1 parent 15f9d1b commit db21b8f

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 lockbitchat
3+
Copyright (c) 2025 SecureBitChat
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

SECURITY.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For **critical security issues** that could compromise user safety:
5454
**Contact us privately:**
5555
- 📧 **Email:** security@SecureBit.chat (PGP key below)
5656
- 🔒 **Signal:** +[REDACTED] (ask for Signal number via email)
57-
- 🔐 **Keybase:** @lockbitchat
57+
- 🔐 **Keybase:** @SecureBitChat
5858

5959
### 🟡 Non-Critical Issues
6060
For general security improvements or non-critical findings:
@@ -215,8 +215,7 @@ webrtcManager.getSecurityStatus()
215215

216216
- **Security Team:** security@SecureBit.chat
217217
- **General Contact:** lockbitchat@tutanota.com
218-
- **GitHub Issues:** https://github.com/lockbitchat/securebit-chat/issues
219-
- **Security Announcements:** [@lockbitchat](https://twitter.com/lockbitchat)
218+
- **GitHub Issues:** https://github.com/SecureBitChat/securebit-chat/issues
220219

221220
## 🏅 Security Achievements
222221

doc/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ const customConfig = {
10891089
};
10901090

10911091
// Apply custom configuration
1092-
LockBitChat.configure(customConfig);
1092+
SecureBitChat.configure(customConfig);
10931093
📈 Analytics & Monitoring
10941094
Security Metrics
10951095
javascript// Security monitoring dashboard

doc/CRYPTOGRAPHY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ class CryptographicErrorHandler {
13041304
For cryptographic implementation questions:
13051305
- **Security Team:** security@SecureBit.chat
13061306
- **Cryptographic Specialists:** crypto@SecureBit.chat
1307-
- **GitHub Issues:** [Cryptography Issues](https://github.com/lockbitchat/securebit-chat/issues?q=label%3Acryptography)
1307+
- **GitHub Issues:** [Cryptography Issues](https://github.com/SecureBitChat/securebit-chat/issues?q=label%3Acryptography)
13081308

13091309
### Additional Resources
13101310

doc/SECURITY-ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ For technical questions about the security architecture:
708708

709709
- **Security Team:** security@SecureBit.chat
710710
- **Technical Documentation:** docs@SecureBit.chat
711-
- **GitHub Issues:** [Security Architecture Issues](https://github.com/lockbitchat/securebit-chat/issues?q=label%3Asecurity-architecture)
711+
- **GitHub Issues:** [Security Architecture Issues](https://github.com/SecureBitChat/securebit-chat/issues?q=label%3Asecurity-architecture)
712712

713713
---
714714

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<meta name="description" content="SecureBit.chat — P2P messenger with military-grade cryptography and Lightning Network payments">
2222
<meta name="keywords" content="P2P messenger, encryption, Lightning Network, WebRTC, privacy">
2323
<meta name="author" content="Volodymyr">
24-
<link rel="canonical" href="https://github.com/lockbitchat/securebit-chat/">
24+
<link rel="canonical" href="https://github.com/SecureBitChat/securebit-chat/">
2525

2626
<!-- Open Graph -->
2727
<meta property="og:title" content="SecureBit.chat - Enhanced Security Edition">
2828
<meta property="og:description" content="The first P2P messenger with Lightning Network payments">
29-
<meta property="og:url" content="https://github.com/lockbitchat/securebit-chat/">
29+
<meta property="og:url" content="https://github.com/SecureBitChat/securebit-chat/">
3030
<meta property="og:type" content="website">
31-
<meta property="og:image" content="https://github.com/lockbitchat/securebit-chat/assets/images/og-image.png">
31+
<meta property="og:image" content="https://github.com/SecureBitChat/securebit-chat/assets/images/og-image.png">
3232

3333
<!-- Twitter Card -->
3434
<meta name="twitter:card" content="summary_large_image">
@@ -1073,7 +1073,7 @@ <h3 key="title" className="text-2xl font-semibold text-primary mb-3">
10731073
>
10741074
<a
10751075
key="github-link"
1076-
href="https://github.com/lockbitchat/securebit-chat/"
1076+
href="https://github.com/SecureBitChat/securebit-chat/"
10771077
className="btn-primary text-white py-3 px-6 rounded-lg font-medium transition-all duration-200 flex items-center justify-center"
10781078
>
10791079
<i key="github-icon" className="fab fa-github mr-2" />

0 commit comments

Comments
 (0)