store encrypted files in Dropbox.
install🔗
# macOS
brew install gocryptfs
# Ubuntu 16.04
compile refer to doc
use🔗
gocryptfs -init ~/Dropbox/cipher/
gocryptfs cipher/ plain/
# macOS
umount plain/
# Ubuntu
fusermount -u plain/
store encrypted files in Dropbox.
# macOS
brew install gocryptfs
# Ubuntu 16.04
compile refer to doc
gocryptfs -init ~/Dropbox/cipher/
gocryptfs cipher/ plain/
# macOS
umount plain/
# Ubuntu
fusermount -u plain/