gocryptfs

Encrypted overlay filesystem written in Go for secure file storage

brewmacoslinux
Try with needOr install directly
Source

About

Encrypted overlay filesystem written in Go

Commands

gocryptfs

Examples

Create a new encrypted filesystem$ gocryptfs -init ~/encrypted
Mount an encrypted filesystem to a directory$ gocryptfs ~/encrypted ~/decrypted
Unmount the encrypted filesystem$ fusermount -u ~/decrypted