Description
Resurrected Fedora gocryptfs package.
An encrypted overlay filesystem written in Go.
Installation Instructions
dnf install gocryptfs
gocryptfs-xray - optional package to examine gocryptfs-related data
Usage example from man gocryptfs: Create an encrypted filesystem in directory “mydir.crypt”, mount it on “mydir”
- mkdir mydir.crypt mydir
- gocryptfs -init mydir.crypt
- gocryptfs mydir.crypt mydir
- umount mydir
- Don't back up your gocryptfs.conf file to public sources unless you have a strong password.
- Do back up your gocryptfs.diriv along with all other encrypted files. This file isn't secret.
- Use a strong passphrase/password!
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (8)* | EPEL 10 (5 downloads) |
![]() |
aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (5)* | EPEL 9 (11 downloads) |
![]() |
aarch64 (212)*, i386 (174)*, ppc64le (180)*, x86_64 (927)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (158)*, i386 (133)*, ppc64le (117)*, s390x (0)*, x86_64 (489)* | Fedora 40 (2568 downloads) |
![]() |
aarch64 (143)*, i386 (122)*, ppc64le (118)*, s390x (0)*, x86_64 (1642)* | Fedora 41 (1184 downloads) |
![]() |
aarch64 (8)*, i386 (4)*, ppc64le (8)*, s390x (0)*, x86_64 (180)* | Fedora 42 (57 downloads) |
![]() |
aarch64 (225)*, i386 (209)*, ppc64le (182)*, s390x (0)*, x86_64 (328)* | Fedora rawhide (81 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable nucleo/gocryptfs
More info about enabling Copr repositories