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 (35)*, ppc64le (11)*, s390x (18)*, x86_64 (27)* | EPEL 10 (34 downloads) |
![]() |
aarch64 (23)*, ppc64le (16)*, s390x (14)*, x86_64 (34)* | EPEL 9 (40 downloads) |
![]() |
aarch64 (239)*, i386 (224)*, ppc64le (193)*, s390x (22)*, x86_64 (571)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (213)*, i386 (204)*, ppc64le (173)*, s390x (24)*, x86_64 (1830)* | Fedora 41 (1214 downloads) |
![]() |
aarch64 (90)*, i386 (89)*, ppc64le (95)*, s390x (23)*, x86_64 (820)* | Fedora 42 (333 downloads) |
![]() |
aarch64 (37)*, i386 (32)*, ppc64le (35)*, s390x (8)*, x86_64 (36)* | Fedora 43 (8 downloads) |
![]() |
aarch64 (299)*, i386 (297)*, ppc64le (239)*, s390x (19)*, x86_64 (426)* | Fedora rawhide (99 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable nucleo/gocryptfs
More info about enabling Copr repositories