Skip to content

Instantly share code, notes, and snippets.

@sc137
Created February 16, 2017 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc137/27c277fe42a388e9dd4fe603dc184ecb to your computer and use it in GitHub Desktop.
Save sc137/27c277fe42a388e9dd4fe603dc184ecb to your computer and use it in GitHub Desktop.
Use gpg to encrypt your docs with a symmetric key (password) before putting them on dropbox

First compress your folder or files

	tar czvf folder.tar.gz folder/

encrypt personal files symmetrically

	gpg --output test.gpg --symmetric test.txt

decrypt

gpg --output test_d.txt test.gpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment