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

``` github.com/jacobsa/crypto/cmac golang.org/x/sys/cpu # github.com/jacobsa/crypto/cmac vendor/github.com/jacobsa/crypto/cmac/hash.go:97:3: undefined: xorBlock ``` See: http://autobuild.buildroot.net/results/caa60874781c4077273884eb37281cc9e02ef9ac/build-end.log

I don't think this has much to do with gocryptfs but wanted to ask just incase someone had a workaround. The gocryptfs mounts seem to be limited are to 32G...

question

Hi. at first I'm having problem accessing mountpoint from docker container (komga - a comic server). I tried with -acl, -allow_other and force_owner but I just cant access the mountpoint...

question

Replace dependency jacobsa/crypto with a fork with support for riscv64. Issue: https://github.com/rfjakob/gocryptfs/issues/666 Upstream PR: https://github.com/jacobsa/crypto/issues/13 Unaddressed on jacobsa/crypto: https://github.com/jacobsa/crypto/pull/14#issuecomment-1182744229

I have tried: `gocryptfs-xray -fido2 /dev/hidraw2 ./gocryptfs.conf` but got error: `ParseHeader: invalid version, want=2 have=31498. Header hexdump: 7b0a092243726561746f72223a2022676f63 `

feature request
maybe some day ⌛

After syncing a folder over a sync service to another device the password stooped working on other devices as well as on the same device after an update. The version...

question

I know I could just create a new fs volume with deterministic file name option enabled and then copy all data from the "old" diriv version to the new diriv-less...

feature request
help wanted

As we can see it's orphaned for more than 6 week and it doesn't in the repo anymore : https://src.fedoraproject.org/rpms/golang-github-rfjakob-gocryptfs

In the reverse mode `-longnamemax` seems not working. Only encrypted file names longer than 255 are hashed.