You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To lock a vault, simply click `Lock` and the virtual drive will disappear or render empty. Your files remain encrypted at the vault's location.
43
+
40
44
## Manage Files and Folders in Your Vault {#manage-files-and-folders-in-your-vault}
41
45
42
46
By default, a vault's content will be accessible via an attached virtual drive on your PC.
@@ -55,10 +59,6 @@ Even though your files are shown unencrypted in the virtual drive, they are not
55
59
On Windows, you can choose the drive letter of the virtual drive for each vault using advanced vault options.
56
60
:::
57
61
58
-
## Locking a Vault {#locking-a-vault}
59
-
60
-
To lock a vault, simply click `Lock` and the virtual drive will disappear or render empty. Your files remain encrypted at the vault's location.
61
-
62
62
## Locate Encrypted File {#locate-encrypted-file}
63
63
64
64
The Locate Encrypted File feature helps users find the encrypted version of a specific file. This feature is particularly useful when vault files are versioned and the user wants to restore an older version of a file. As Cryptomator encrypts filenames and obfuscates directory structures, users first locate the encrypted file and then restore an older version of the encrypted file with the third party app.
@@ -75,3 +75,20 @@ A file manager window opens showing the encrypted folder and marking the encrypt
## File System Case Sensitivity {#file-system-case-sensitivity}
80
+
81
+
:::warning
82
+
Cryptomator virtual drives are always case-sensitive. This means `Document.txt` and `document.txt` are treated as two different files, regardless of your operating system.
83
+
:::
84
+
85
+
This behavior is required for Cryptomator's deterministic [filename encryption](/docs/security/vault.md#filename-encryption) to work correctly across all platforms. While Linux users are accustomed to case-sensitive file systems, this can cause unexpected behavior on Windows and macOS where the default file systems are case-insensitive.
86
+
87
+
On Windows and macOS, this difference means:
88
+
89
+
1. Attempting to open `Test.dat` when the file is named `test.dat` will result in a "file not found" error
90
+
2. You can create both `README.md` and `readme.md` in the same directory, which would normally conflict
91
+
3. Some applications may fail when they expect case-insensitive file access
92
+
93
+
Our recommendation is to avoid creating files with names that differ only in case. Make sure to test applications like backup tools or any other software that will access files in your vault to ensure they handle case-sensitive file systems correctly.
0 commit comments