Skip to content

Instantly share code, notes, and snippets.

@stackdump
Created February 20, 2015 17:20
Show Gist options
  • Save stackdump/ca3594f74d18decf0cd5 to your computer and use it in GitHub Desktop.
Save stackdump/ca3594f74d18decf0cd5 to your computer and use it in GitHub Desktop.
encrypt a message
echo "hello world!" | gpg --no-default-keyring --keyring /tmp/gpg-$$ --encrypt --armor --auto-key-locate pka -r [email protected]
@stackdump
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment