Created
February 16, 2018 22:07
-
-
Save xacrimon/2396a1389512579189053f7754c39fcb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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