Skip to content

Instantly share code, notes, and snippets.

@leveled
Last active January 19, 2021 13:24
Show Gist options
  • Save leveled/fe10ed6b75d87b807af64bfcbec45d5c to your computer and use it in GitHub Desktop.
Save leveled/fe10ed6b75d87b807af64bfcbec45d5c to your computer and use it in GitHub Desktop.
Encrypt file with openssl
echo -n "aaaabbbbccccdddd" | openssl aes-256-cbc -a -salt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment