Cipherdrop is a secure text and file sharing application that ensures your sensitive information remains private. With Zero Knowledge encryption, you can share messages and files with confidence, knowing that only the intended recipient can access the content.
This Repository uses Node.js with Express.js in Typescript in the Backend and HTML, CSS and normal JS in the Frontend.
- docker and docker-compose
To get started with Cipherdrop, follow these steps:
- Clone the repository:
git clone https://github.com/Ludoo0/cipherdrop
- Navigate to the project directory:
cd cipherdrop - Create a
.envfile based on the provided example:cp ./src/api/.env.example ./src/api/.env
- Start the application using Docker Compose:
docker compose up -d
Contributions are welcome! If you find a bug or have a feature request, please open an issue on GitHub. Pull requests are also encouraged.
This project is licensed under the MIT License. See the LICENSE file for details
This project is provided "as is" without any warranties. Use it at your own risk.
Have fun and stay secure!