-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Description
Think of the following situation:
Computer A and Computer B shares some file using cloud sync apps.
They use gocryptfs to encrypt the files on the cloud.
- Computer A and Computer B are both offline.
- Create a directory in the root directory named "Example" in the Computer A.
- Store some files in "/Example"
- Create a directory in the root directory named "Example" in the Computer B.
- Store some files in "/Example"
- Make Computer A and Computer B online.
The conflict happened because of the same file name "gocryptfs.diriv," which stores the iv to decrypt the filename.
If one computer overwrites the gocryptfs.diriv that another computer uploads, the directory iv will be lost.
Metadata
Metadata
Assignees
Labels
No labels