rfjakob / gocryptfs

Encrypted overlay filesystem written in Go
https://nuetzlich.net/gocryptfs/
MIT License
3.51k stars 249 forks source link

feat: Add support for masking symlinks #808

Open mmoya opened 10 months ago

mmoya commented 10 months ago

Hello

gocryptfs 2.4.0, linux, encrypted directory backed by maestral, using deterministic filenames. Creating a symlink in the plaintext side creates a symlink in the encrypted part and I get the following error:

Cannot upload symlink. Symlinks are not currently supported by the public Dropbox API.

The feature request is a mode for storing symlinks as normal files in the encrypted directory.