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 (20)*, ppc64le (4)*, s390x (11)*, x86_64 (14)* | EPEL 10 (21 downloads) |
![]() |
aarch64 (11)*, ppc64le (9)*, s390x (6)*, x86_64 (24)* | EPEL 9 (31 downloads) |
![]() |
aarch64 (254)*, i386 (216)*, ppc64le (256)*, x86_64 (969)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (232)*, i386 (214)*, ppc64le (176)*, s390x (15)*, x86_64 (558)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (197)*, i386 (196)*, ppc64le (165)*, s390x (16)*, x86_64 (1802)* | Fedora 41 (1203 downloads) |
![]() |
aarch64 (54)*, i386 (53)*, ppc64le (57)*, s390x (15)*, x86_64 (666)* | Fedora 42 (239 downloads) |
![]() |
aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* | Fedora 43 (0 downloads) |
![]() |
aarch64 (286)*, i386 (287)*, ppc64le (231)*, s390x (11)*, x86_64 (418)* | Fedora rawhide (93 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable nucleo/gocryptfs
More info about enabling Copr repositories