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 (4)*, ppc64le (4)*, s390x (5)*, x86_64 (13)* | EPEL 10 (10 downloads) |
![]() |
aarch64 (2)*, ppc64le (2)*, s390x (2)*, x86_64 (8)* | EPEL 9 (16 downloads) |
![]() |
aarch64 (233)*, i386 (186)*, ppc64le (198)*, x86_64 (944)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (183)*, i386 (150)*, ppc64le (132)*, s390x (2)*, x86_64 (509)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (156)*, i386 (147)*, ppc64le (131)*, s390x (4)*, x86_64 (1686)* | Fedora 41 (1187 downloads) |
![]() |
aarch64 (16)*, i386 (14)*, ppc64le (16)*, s390x (1)*, x86_64 (273)* | Fedora 42 (89 downloads) |
![]() |
aarch64 (247)*, i386 (232)*, ppc64le (196)*, s390x (1)*, x86_64 (345)* | Fedora rawhide (82 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable nucleo/gocryptfs
More info about enabling Copr repositories