Commit Graph

  • 49347b5c78 Uopdated version to v4.2.12 - ECDH + DTLS + SAS 4.2.12 lockbitchat 2025-09-30 14:18:01 -04:00
  • 85d900727d Update v4.2.12 lockbitchat 2025-09-30 14:13:23 -04:00
  • 7902359c48 feat(qr-exchange): improved QR code exchange system lockbitchat 2025-09-27 19:07:17 -04:00
  • 0ce05b836b Update delete old laying visual files lockbitchat 2025-09-24 10:48:32 -04:00
  • 34094956b7 feat(core): update session, security system and QR exchange lockbitchat 2025-09-23 20:01:02 -04:00
  • 804b384271 feat: implement build system and development workflow lockbitchat 2025-09-08 19:22:50 -04:00
  • 5034386ee6 Update lockbitchat 2025-09-08 16:40:39 -04:00
  • 14b6ae2337 Add to CSP lockbitchat 2025-09-08 16:10:26 -04:00
  • 0f8399ec88 feat(security,ui): self-host React deps, Tailwind, fonts; strict CSP; local QR; better selection state Replace CDN React/ReactDOM/Babel with local libs; remove Babel and inline scripts Build Tailwind locally, add safelist; switch to assets/tailwind.css Self-host Font Awesome and Inter (CSS + woff2); remove external font CDNs Implement strict CSP (no unsafe-inline/eval; scripts/styles/fonts from self) Extract inline handlers; move PWA scripts to external files Add local QR code generation (qrcode lib) and remove api.qrserver.com Improve SessionTypeSelector visual selection (highlighted background and ring) Keep PWA working with service worker and offline assets Refs: CSP hardening, offline-first, no external dependencies lockbitchat 2025-09-08 16:04:58 -04:00
  • 3458270477 deleting unnecessary comments lockbitchat 2025-09-08 11:45:32 -04:00
  • e2316f6557 **What Changed:** - **Removed:** All libsodium dependencies and PAKE-based authentication - **Replaced With:** ECDH + DTLS + SAS triple-layer security system - **Impact:** Eliminates complex PAKE implementation in favor of standardized protocols 4.02.985 lockbitchat 2025-09-04 17:25:01 -04:00
  • 0d029f5d39 delet test_method lockbitchat 2025-09-01 17:14:16 -04:00
  • beb5bcfd01 fix: resolve message sending - _createMessageAAD method not found lockbitchat 2025-09-01 17:14:04 -04:00
  • 77c19c4d71 CRITICAL: Fix major security vulnerabilities lockbitchat 2025-09-01 16:04:33 -04:00
  • a04fc16d58 Security Update lockbitchat 2025-09-01 15:15:42 -04:00
  • 14b001710a feat(security): strengthen crypto, entropy checks, and memory cleanup lockbitchat 2025-08-31 19:37:26 -04:00
  • 35d83d46f2 feat(security): Implement input validation and fix logging conflicts lockbitchat 2025-08-31 18:35:31 -04:00
  • 6c4d0eeaee feat(security): harden API export, remove global flags, unify scheduler lockbitchat 2025-08-31 18:01:46 -04:00
  • 39ae9f01b7 feat: comprehensive security fixes for critical vulnerabilities lockbitchat 2025-08-31 15:52:34 -04:00
  • 551feb21a4 Security hardening: remove global leaks, enforce crypto, cleanup logs lockbitchat 2025-08-28 18:53:16 -04:00
  • a265209ff6 fix(security): fixes in keystore and cryptography lockbitchat 2025-08-28 17:01:14 -04:00
  • 97b87828e2 feat(security): encrypted key storage with WeakMap and SecureKeyStorage lockbitchat 2025-08-28 16:17:40 -04:00
  • a4161bc47e SECURITY: Fix console logging vulnerabilities in production mode lockbitchat 2025-08-28 15:15:09 -04:00
  • e468838596 SECURITY: Fix console logging vulnerabilities in production mode lockbitchat 2025-08-28 15:05:42 -04:00
  • 398d8bc014 Updated application documentation and website homepage to include ASN.1 Validation lockbitchat 2025-08-27 13:25:26 -04:00
  • 6aaabbd1df feat(security): Implement full ASN.1 validation for key structure verification lockbitchat 2025-08-27 12:39:18 -04:00
  • 0b01083fce Deleting a test method lockbitchat 2025-08-26 21:36:52 -04:00
  • 984564fae6 feat: add enhanced security validation and timing protection lockbitchat 2025-08-26 19:58:45 -04:00
  • 1e270fb4b8 security: fix critical vulnerabilities in crypto module lockbitchat 2025-08-26 19:44:34 -04:00
  • e7c6dfc3b3 feat: Implement comprehensive token-based authentication system lockbitchat 2025-08-24 23:56:12 -04:00
  • dde7196bb8 fix: prevent install prompt showing in installed PWA lockbitchat 2025-08-24 17:07:31 -04:00
  • 26ba6eebb9 fix: prevent install prompt showing in installed PWA lockbitchat 2025-08-24 17:04:01 -04:00
  • 171a7d9dfb Fixed DTLS Race Condition & Memory Safety lockbitchat 2025-08-24 16:30:06 -04:00
  • f7940d25e9 COMPLETE Security Overhaul: File Transfer Module lockbitchat 2025-08-24 16:04:49 -04:00
  • f368defcf1 Update iOS Splash Screens lockbitchat 2025-08-24 15:22:53 -04:00
  • 7fdf7a1b89 Fix non-working PWA modal buttons lockbitchat 2025-08-23 17:48:46 -04:00
  • a28aacbe6e Fix PWA mobile UX and modal button handlers lockbitchat 2025-08-23 17:40:32 -04:00
  • 959e137171 Add 10-second auto PWA install prompt lockbitchat 2025-08-23 17:30:12 -04:00
  • 434301fe6f 🐛 Fix PWA install prompt showing after installation lockbitchat 2025-08-23 17:21:32 -04:00
  • 235e3e06cb fix № v4.01.412 lockbitchat 2025-08-21 18:02:25 -04:00
  • 81b0e4bd3e Translation of the download button into English 4.01.412 lockbitchat 2025-08-21 17:45:43 -04:00
  • cef5654cf8 Update to pre-release version. Removed logging that was used for debugging. Added typing of files that the user sends with size restrictions. lockbitchat 2025-08-21 17:40:17 -04:00
  • 3eab0588db updated documentation for v4.1.223 with new security features lockbitchat 2025-08-21 15:45:07 -04:00
  • 430ff2a6af - Removed redundant console.log statements to clean up the code - Added English comments for better readability and GitHub compatibility lockbitchat 2025-08-21 05:16:41 -04:00
  • 31485989f7 feat(security): comprehensive connection security overhaul with mutex framework lockbitchat 2025-08-21 04:07:16 -04:00
  • 9b2884a3af implemented secure key storage with WeakMap isolation lockbitchat 2025-08-21 00:06:28 -04:00
  • 7ee5ec6208 Security: Implement secure logging to prevent data leaks in console lockbitchat 2025-08-20 23:34:56 -04:00
  • 2fb7e47e05 Merge branch 'main' of https://github.com/SecureBitChat/securebit-chat lockbitchat 2025-08-20 23:04:43 -04:00
  • 73850f423c Security: Fix critical global exposure vulnerability in WebRTC Manager lockbitchat 2025-08-20 23:04:29 -04:00
  • 34289d7b9c Update README.md SecureBitChat 2025-08-20 19:17:27 -04:00
  • 241212a315 🔧 Improve file transfer system integration and message handling 4.01.222 lockbitchat 2025-08-20 18:19:42 -04:00
  • 773215264f Improved chat UX/UI: - Fixed message auto-scroll bug when receiving new messages - Adjusted bottom chat section integration with proper styles - Updated bottom chat section layout and appearance - Hidden scrollbars for better interaction and cleaner look lockbitchat 2025-08-20 03:53:58 -04:00
  • ebcddca40d Merge branch 'main' of https://github.com/lockbitchat/lockbit-chat lockbitchat 2025-08-19 21:56:10 -04:00
  • 94ca53f6ca Improve chat UI for secure channel creation pages Fix iOS PWA installation and improve cross-platform compatibility lockbitchat 2025-08-19 21:54:17 -04:00
  • ac0e5155d3 Update README.md SecureBitChat 2025-08-19 19:59:03 -04:00
  • 91ea88503e Merge branch 'main' of https://github.com/lockbitchat/lockbit-chat lockbitchat 2025-08-19 11:57:34 -04:00
  • 22b89e0a9d new API keys for test lockbitchat 2025-08-19 11:57:08 -04:00
  • c58896ef55 Update README.md SecureBitChat 2025-08-19 02:06:27 -04:00
  • fe611f7630 Refactored file encryption/decryption logic for P2P transfers lockbitchat 2025-08-18 23:56:10 -04:00
  • dadc80a755 wip(encryption): experimental support for encrypted file transfer via chunks lockbitchat 2025-08-18 21:45:50 -04:00
  • 857d7d74ab Encryption module control system & session timer improvements lockbitchat 2025-08-17 20:38:47 -04:00
  • 8d35a309a5 update for correct file loading lockbitchat 2025-08-17 16:51:41 -04:00
  • 8b134fd410 update for correct file loading lockbitchat 2025-08-17 16:49:04 -04:00
  • 7583cdc5e8 update for correct file loading lockbitchat 2025-08-17 16:45:30 -04:00
  • f1e57fe0f1 - SECURITY_DISCLAIMER.md: Developer liability protection - RESPONSIBLE_USE.md: Ethical usage guidelines - Supports digital rights while ensuring responsible use lockbitchat 2025-08-17 16:31:22 -04:00
  • 3c25b4565d feat: Add comprehensive PWA support with offline functionality lockbitchat 2025-08-17 16:04:45 -04:00
  • adb1844392 Update session pricing and demo mode lockbitchat 2025-08-17 02:22:55 -04:00
  • 2040228892 Open Graph update lockbitchat 2025-08-17 00:33:12 -04:00
  • 095bcc90e3 Merge branch 'main' of https://github.com/lockbitchat/lockbit-chat lockbitchat 2025-08-17 00:12:55 -04:00
  • 9f463c6672 Adding a new block that shows which platforms are under development, and in the future, when users click on the interactive elements of the block, they will be directed to marketplaces or download the applications to their computer. lockbitchat 2025-08-17 00:10:33 -04:00
  • 80621de755 Update README.md SecureBitChat 2025-08-16 22:38:46 -04:00
  • 12de75f882 Technical comments removed 4.0.0 lockbitchat 2025-08-16 21:15:03 -04:00
  • e4273f5150 Major Security Improvements: - Enhanced user fingerprinting with WebGL, Canvas, and Audio fingerprinting - Hardware binding to prevent F5/Ctrl+F5 abuse - Persistent storage across browser sessions (localStorage + sessionStorage) - Global demo session counter with 10 session limit per device - Multi-tab protection (max 2 tabs simultaneously) - Anti-reset protection with hardware mismatch detection lockbitchat 2025-08-16 20:58:42 -04:00
  • 32635839c6 this part will be transferred for development as a separate module and will later be implemented into the application lockbitchat 2025-08-16 19:20:20 -04:00
  • 92f39dde1a Merge branch 'main' of https://github.com/lockbitchat/lockbit-chat lockbitchat 2025-08-16 19:17:49 -04:00
  • db21b8f680 update name lockbitchat 2025-08-16 19:17:32 -04:00
  • 738d5cbb35 Delete src/enhanced-secure-crypto/pkg directory SecureBitChat 2025-08-15 01:30:17 -04:00
  • 309578130c Update .gitattributes SecureBitChat 2025-08-15 01:26:50 -04:00
  • b452cf1ab4 Create .gitattributes SecureBitChat 2025-08-15 01:25:38 -04:00
  • 15f9d1bde6 Added Rust module sources lockbitchat 2025-08-15 01:18:26 -04:00
  • 573b766fc4 feat: Introduce Rust+WebAssembly cryptographic module lockbitchat 2025-08-15 01:03:12 -04:00
  • 5437bef9c5 feat: Enhanced demo mode security and vulnerability fixes lockbitchat 2025-08-14 23:34:54 -04:00
  • 19e3047282 feat: rebrand to SecureBit.chat due to name conflict lockbitchat 2025-08-14 15:54:11 -04:00
  • 27428cdb0e Update main page after 4.0 release lockbitchat 2025-08-14 04:45:39 -04:00
  • baa4879e2c Create CRYPTOGRAPHY doc date log file and translate to english lockbitchat 2025-08-14 04:01:08 -04:00
  • cae402b231 Create Security Architecture lockbitchat 2025-08-14 03:39:16 -04:00
  • ec882c5aa8 Last updated: January 14, 2025 lockbitchat 2025-08-14 03:34:11 -04:00
  • 4941849503 Removing unnecessary files lockbitchat 2025-08-14 03:31:03 -04:00
  • 79bdcb8c2c 🛡️ MAXIMUM SECURITY P2P CHAT IMPLEMENTATION - STAGE 4 COMPLETE 🚀 Major Security Enhancements: Implemented world's most secure P2P WebRTC chat with 12-layer security system: lockbitchat 2025-08-14 03:28:23 -04:00
  • c8ede8dd4f Updated all text to English lockbitchat 2025-08-13 23:02:04 -04:00
  • 94a7a55471 add icon lockbitchat 2025-08-13 22:57:38 -04:00
  • e1a8d3ffa8 Add icon lockbitchat 2025-08-13 22:56:29 -04:00
  • ce28d4bc31 Updated all text to English lockbitchat 2025-08-13 22:47:47 -04:00
  • 4fbdf7902a Updated all text to English lockbitchat 2025-08-13 22:46:09 -04:00
  • 20d11406a8 Updated all text to English lockbitchat 2025-08-13 22:44:53 -04:00
  • 2fc4ae9948 Updated all text to English lockbitchat 2025-08-13 22:42:22 -04:00
  • 77ff67d2be Updated all text to English lockbitchat 2025-08-13 22:37:21 -04:00
  • eb9ae2b1e4 Updated all text to English lockbitchat 2025-08-13 22:29:56 -04:00
  • 3893e9f890 Updated all text to English lockbitchat 2025-08-13 22:27:18 -04:00
  • faa747a5f1 Updated all text to English lockbitchat 2025-08-13 22:26:21 -04:00