- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
Encryption
        werdl edited this page Oct 29, 2023 
        ·
        1 revision
      
    - In dispatchx, there is a renewed focus on data safekeeping
 - It makes the whole app look more professional
 - So in this document, we will explain how it works!
 
- We use Fernet in Python
 - Encryption is mainly used to securely store user information
 - Below is a list of every data value that should be encrypted
 
- Room creator
 - Room members
 - Room alias
 - Messages
 - Sender of messages
 
- Hashing is used to store user passwords
 - We use bcrypt