Skip to content

Instantly share code, notes, and snippets.

@matthieu
Last active August 29, 2015 14:16
Show Gist options
  • Save matthieu/bd4179143d00194bd652 to your computer and use it in GitHub Desktop.
Save matthieu/bd4179143d00194bd652 to your computer and use it in GitHub Desktop.
Encrypt a JSON file before POSTing to BlockCypher
$ openssl enc -aes-256-cbc -base64 -in send_a_candy.json -out send_a_candy.json.aes256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment