Last active
January 19, 2021 13:24
-
-
Save leveled/fe10ed6b75d87b807af64bfcbec45d5c to your computer and use it in GitHub Desktop.
Encrypt file with openssl
This file contains hidden or 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
| 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