gocryptfs icon indicating copy to clipboard operation
gocryptfs copied to clipboard

Encrypted overlay filesystem written in Go

Results 102 gocryptfs issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your work. The normal mode of gocryptfs works fine in my macOS, but the reverse mode doesn't work: ``` fs.Mount failed: read-only file system Maybe you should...

macOS

Hi I tried Gocryptfs with sshfs and samba and in both cases the speed was plain horrible like couple kb/s, and I can send files to smb server upt couple...

feature request
performance

I'm using `gocryptfs v2.2.1 without_openssl`, and the `gocryptfs -speed` results are: ``` gocryptfs v2.2.1 without_openssl; go-fuse v2.1.1-0.20210825171523-3ab5d95a30ae; 2021-10-24 go1.17.2 darwin/amd64 cpu: unknown; with AES acceleration AES-GCM-256-OpenSSL N/A AES-GCM-256-Go 3895.94 MB/s...

performance

Opening a new issue since #623 has been already closed. The commit [a48d6c3](https://github.com/rfjakob/gocryptfs/commit/a48d6c30410753eb16ae94e6bfc54ca7abb7d128) fixed the tests breakage, so that the tests can run. But unfortunately, quite a few of them...

When using a gocryptfs encrypted directory on a remote drive, mounted using either SMB3 or WebDAV (via davfs2), some operations lead to errors (davfs2) or infinite blocking (SMB3). To reproduce:...

Ticket https://github.com/rfjakob/gocryptfs/issues/191 was closed once read-only fsck was implemented. This ticket is for a read-write fsck. Options for fixing corrupt files: * Delete * Move to lost+found folder * Overwrite...

feature request

I have installed gocryptfs 1.6.1 on Debian Buster. In this example the non-root user is **sjb**. When I login either locally o though ssh it fails, for example with this...

question

Hi, I would like to use gocryptfs in reverse mode for cloud backup and I would like to know if the inodes number are unique and persistent in the encrypted...

documentation

I've got a rather big gocryptfs mount (a bit over 8 TB data). Reading a few lately added files (each with a few GB each) I get `Eingabe-/Ausgabefehler` (input/output error)...

Hello, great work and amazing performance from my tests so far! In cppcryptfs documentation this is mentioned: > "Note: when you mount a filesystem using AES256-SIV in forward mode, any...

feature request
help wanted