Skip to content
Chizy edited this page Feb 27, 2025 · 5 revisions

Welcome to the QuietDrop Wiki

QuietDrop

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.

Navigation

For Users

For Developers

Project Overview

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.

Core Features

  • 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)

Contributing

We welcome contributions to both the code and this wiki! Check out our Contributing Guide to get started.

License

QuietDrop is licensed under the MIT License.

Clone this wiki locally