Cryptomator.md (874B)
1 # Cryptomator 2 3 **Source:** [https://docs.cryptomator.org/security/architecture/](https://docs.cryptomator.org/security/architecture/) 4 5 ## Description 6 7 Cryptomator performs client-side encryption of files, frequently used to secure files backed up to remote storage solutions. 8 9 Vaults are defined in Cryptomator as a location for encrypted files to reside. When a vault is unlocked you can view unencrypted files in `~/.local/share/Cryptomator/mnt/{vault-name}`, by default. By default, Cryptomator uses FUSE to give a view into the unencrypted files without them being decrypted on disk (obviously page files may be written to disk on specific systems, in a different location, so be cognizant of that). 10 11 The following information is leaked by Cryptomator to the system storing the encrypted data: 12 13 1. Number of files per directory 14 2. File sizes 15 3. Data size / change sizes