Created
March 6, 2019 13:41
-
-
Save DevoKun/5b68c501d7f20f306ff43039e497cb71 to your computer and use it in GitHub Desktop.
7zip to encrypt a zip file
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
## | |
## I choose *zip* in the hopes that the recipient already | |
## has a local zip tool that supports the encryption | |
## and does not need to download 7zip. | |
## | |
7za a -mem=AES -p${PASSWORD} -tzip \ | |
devon_password.txt.zip \ | |
devon_password.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment