Encryption
⚡ GPG
Encrypt the file with passphrase
gpg --symmetric --cipher-algo AES256 my_secret.json
Decrypt the file
gpg --quiet --batch --yes --decrypt --passphrase="$GPG_PASSPHRASE" --output my_secret.json my_secret.json.gpg
⚡ Age
⚡ Gocryptfs
rfjakob/gocryptfs: Encrypted overlay filesystem written in Go
Mount encrypted files. This tool can be used to synchronize encrypted files via cloud services such as iCloud, Dropbox and etc.
⚡ Apple Encrypted Image
This is macOS Only.
- Create new blank image in Disk Utility