This project is a web-based encrypted chat application that allows users to send and receive secure messages. It features end-to-end encryption, dark mode, and a responsive design.
- Real-time messaging using SignalR
- End-to-end encryption using CryptoJS and JSEncrypt
- Dark mode toggle
- Responsive design with a hamburger menu
- Sender name customization
- Public key exchange for secure communication
- HTML5
- CSS3
- JavaScript
- jQuery
- SignalR
- CryptoJS
- JSEncrypt
- Forge
- Toastr (for notifications)
index.html
: Main HTML file containing the structure of the chat applicationscript.js
: JavaScript file for handling application logiccypher.html
: Page for cypher-related functionality
- Messages are encrypted end-to-end using a combination of symmetric and asymmetric encryption.
- Public key exchange is facilitated for secure communication between users.
- The application uses the Forge library for additional cryptographic operations.
This project uses the following CDN-hosted libraries:
- CryptoJS 4.0.0
- JSEncrypt 3.3.2
- Microsoft SignalR 7.0.7
- jQuery 3.7.0
- Forge 1.3.1
- Toastr (latest version)
Make sure you have an active internet connection for these libraries to load properly.
This project is for educational and demonstration purposes. While it implements encryption, always ensure you're using up-to-date security practices in production environments.