Skip to content

Instantly share code, notes, and snippets.

@xacrimon
Created February 16, 2018 22:07
Show Gist options
  • Save xacrimon/2396a1389512579189053f7754c39fcb to your computer and use it in GitHub Desktop.
Save xacrimon/2396a1389512579189053f7754c39fcb to your computer and use it in GitHub Desktop.
# Decrypt a file with aes-256-cbc
openssl enc -aes-256-cbc -d -in file.txt.enc -out file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment