Serene Vault protects against:
- Unauthorized reading of sensitive file data
- Data exposure caused by lost or stolen devices
- Brute force attacks through the use of memory hard key derivation (Argon2id)
Serene Vault does not protect against:
- Weak passwords
- Compromised, weak, or modified versions
- Malware, keyloggers, or compromised computers
Do not trust any inauthentic client without auditing its code.
Make sure to use strong passwords.
Cryptography used:
- Argon2id for secure, crack resistant password-to-key generation
- AES-256-GCM for encrypting files
All cryptography is done on the client. The code is open-source, so you may verify it yourself.