SecureMSG is a web-based application designed to provide secure, encrypted messaging. It ensures that your private communications remain confidential and protected from unauthorized access.
- End-to-End Encryption: Messages are encrypted on the sender's device and decrypted only by the recipient, ensuring complete privacy.
- User-Friendly Interface: A simple and intuitive design makes it easy for users to send and receive secure messages.
- Cross-Platform Compatibility: Accessible from any device with a web browser, allowing secure communication on the go.
To start using SecureMSG:
- Visit the SecureMSG website.
If you prefer to run SecureMSG locally, follow these steps:
- Clone the repository:
git clone https://github.com/shoaibbshaikhh/SecureMSG.git
- Navigate to the project directory:
cd SecureMSG
- Install the necessary dependencies:
npm install
- Start the application:
npm start
- Open your browser and go to
http://localhost:3000
to access SecureMSG.
We welcome contributions to enhance SecureMSG. To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeatureName
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/YourFeatureName
- Open a pull request detailing your changes.
SecureMSG is licensed under the MIT License. See the LICENSE file for more information.
Developed by Shoaib Shaikh. Connect with me on GitHub.
For any issues or feature requests, please open an issue.