diff --git a/index.html b/index.html index eb1f947..5411497 100644 --- a/index.html +++ b/index.html @@ -98,702 +98,557 @@ // Slider Component const UniqueFeatureSlider = () => { - const [currentSlide, setCurrentSlide] = React.useState(0); + const [currentSlide, setCurrentSlide] = React.useState(0); - const slides = [ - { - icon: "fas fa-shield-halved", - color: "orange", - title: "Military-grade encryption", - description: "ECDH P-384 + AES-GCM 256-bit + ECDSA digital signatures provide NSA Suite B–level cryptographic strength" - }, - { - icon: "fas fa-sync-alt", - color: "purple", - title: "Perfect Forward Secrecy", - description: "Automatic key rotation every 5 minutes ensures that even if one key is compromised, all other messages remain secure." - }, - { - icon: "fas fa-user-shield", - color: "green", - title: "Protection against MITM attacks", - description: "Out-of-band verification with security codes plus mutual authentication eliminate the possibility of man-in-the-middle attacks." - }, - { - icon: "fas fa-bolt", - color: "yellow", - title: "Lightning payments", - description: "Session payments in satoshis via Lightning Network. Payment privacy plus instant microtransactions without banks." - }, - { - icon: "fas fa-eye-slash", - color: "blue", - title: "Zero data storage", - description: "All messages exist only in the browser’s memory. No servers, logs, or databases. Complete anonymity." - }, - { - icon: "fas fa-code", - color: "cyan", - title: "Open Source security", - description: "All code is open for audit. Cryptography runs directly in the browser without relying on servers or third parties." - } - ]; + const slides = [ + { + icon: "fas fa-shield-halved", + color: "orange", + title: "12-Layer Military Security", + description: "Revolutionary defense system with ECDH P-384 + AES-GCM 256 + ECDSA. Enhanced Security Edition v4.0 provides military-grade protection exceeding government standards." + }, + { + icon: "fas fa-bolt", + color: "yellow", + title: "Lightning Network Payments", + description: "First messenger with Lightning Network integration. Pay-per-session with satoshis via WebLN. Sustainable economic model without ads or data harvesting." + }, + { + icon: "fas fa-network-wired", + color: "purple", + title: "Pure P2P WebRTC Architecture", + description: "Direct peer-to-peer connections without any servers. Impossible to censor, block, or monitor. Complete decentralization with zero infrastructure." + }, + { + icon: "fas fa-sync-alt", + color: "green", + title: "Perfect Forward Secrecy", + description: "Automatic key rotation every 5 minutes or 100 messages. Non-extractable keys with hardware protection ensure past messages remain secure." + }, + { + icon: "fas fa-user-secret", + color: "cyan", + title: "Advanced Traffic Obfuscation", + description: "Fake traffic generation, packet padding, and pattern masking make communication indistinguishable from random noise. Defeats traffic analysis." + }, + { + icon: "fas fa-eye-slash", + color: "blue", + title: "Zero Data Collection", + description: "No registration, no servers, no logs. Messages exist only in browser memory. Complete anonymity with instant anonymous channels." + }, + { + icon: "fas fa-code", + color: "emerald", + title: "100% Open Source Security", + description: "All code is open for audit under MIT license. Uses only standard WebCrypto APIs. Cryptography runs directly in browser without server dependencies." + } + ]; - const nextSlide = () => setCurrentSlide((prev) => (prev + 1) % slides.length); - const prevSlide = () => setCurrentSlide((prev) => (prev - 1 + slides.length) % slides.length); - const goToSlide = (index) => setCurrentSlide(index); + const nextSlide = () => setCurrentSlide((prev) => (prev + 1) % slides.length); + const prevSlide = () => setCurrentSlide((prev) => (prev - 1 + slides.length) % slides.length); + const goToSlide = (index) => setCurrentSlide(index); - React.useEffect(() => { - const timer = setInterval(() => { - nextSlide(); - }, 15000); - return () => clearInterval(timer); - }, []); + React.useEffect(() => { + const timer = setInterval(() => { + nextSlide(); + }, 15000); + return () => clearInterval(timer); + }, []); - return ( -
- The only messenger with military-grade cryptography and Lightning payments -
-- {slide.description} -
-+ LockBit.chat v4.0 Enhanced Security Edition vs leading secure messengers +
++ 💡 Rotate your device horizontally for better viewing +
+| + Security Criterion + | + {messengers.map((messenger, index) => ( +
+
+
+ {messenger.logo}
+
+ {messenger.name}
+
+ {messenger.type}
+ {messenger.version}
+ |
+ ))}
+ |||
|---|---|---|---|---|
|
+
+ {feature.name}
+
+
+ |
+ + + {getStatusIcon(feature.lockbit.status).icon} + + | ++ + {getStatusIcon(feature.signal.status).icon} + + | ++ + {getStatusIcon(feature.threema.status).icon} + + | ++ + {getStatusIcon(feature.session.status).icon} + + | +
| Technical Details: | +
+
+ {feature.lockbit.detail}
+
+ |
+
+
+ {feature.signal.detail}
+
+ |
+
+
+ {feature.threema.detail}
+
+ |
+
+
+ {feature.session.detail}
+
+ |
+
+ LockBit.chat dominates in 11 out of 15 security categories, establishing itself as the most secure P2P messenger available. + The Enhanced Security Edition introduces revolutionary 12-layer defense architecture, Lightning Network integration, and military-grade cryptography that exceeds government and enterprise standards. +
++ ECDH P-384 + AES-GCM 256 + ECDSA P-384 with non-extractable keys and 12-layer defense system +
++ First messenger with Lightning Network payments - sustainable economic model with instant satoshi transactions +
++ Pure WebRTC connections with zero servers, impossible to censor or shutdown, complete anonymity +
++ Advanced fake traffic generation, packet padding, and pattern masking defeat traffic analysis +
+