gocryptfs is an open source encrypted overlay filesystem written in Go. It uses AES-256 in ciphertext stealing mode for file encryption,HMAC-SHA512 for integrity checking, and scrypt for password encryption to keep data secured on disk.
gocryptfs is an open source encrypted overlay filesystem written in Go language. It provides a layered filesystem that transparently encrypts files so they can be securely stored on disk.
Some key features of gocryptfs include:
gocryptfs sets itself apart with high performance and good security by using modern cryptographic primitives. As an overlay filesystem, it does not require pre-allocating encrypted space or low-level access that could compromise security. Overall, gocryptfs balances usability, security, and performance for a hardened encrypted filesystem.
Here are some alternatives to Gocryptfs:
Suggest an alternative ❐