-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Welcome to the official wiki for QuietDrop, an end-to-end encrypted chat application built in Rust. This wiki contains detailed documentation to help you use, understand, and contribute to QuietDrop.
- Getting Started - How to install and use QuietDrop
- FAQ - Frequently asked questions
- Security Overview - Understanding QuietDrop's security features
- Architecture - System design and components
- Development Guide - Setting up your development environment
- API Reference - Detailed API documentation
QuietDrop is an end-to-end encrypted chat application built using Rust. It provides a secure, private, and easy-to-use communication platform, leveraging Rust's memory safety and performance benefits. QuietDrop uses modern cryptographic libraries and protocols to ensure the confidentiality and integrity of messages exchanged between users.
- End-to-end encryption: Messages are encrypted on the sender's device and decrypted on the receiver's device
- Strong Authentication: Secure user authentication with Argon2id password hashing
- Forward Secrecy: Protection of past communications even if keys are compromised
- Group Chats: Support for encrypted group conversations (in development)
- File Transfer: Encrypted file sharing between users (in development)
We welcome contributions to both the code and this wiki! Check out our Contributing Guide to get started.
QuietDrop is licensed under the MIT License.
QuietDrop Wiki | Home | Getting Started | FAQ | Security Model | Architecture | Development Guide
Main Repository | Report Issues | Contributing
© 2023-2025 QuietDrop Contributors | MIT License
Last updated: April 2025