Created
April 4, 2014 15:19
-
-
Save mikeputnam/9976890 to your computer and use it in GitHub Desktop.
Create 7zip encrypted and password protected 7z file. Openable in recent versions of WinZip.
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
#apt-get install p7zip | |
7z a -mhe=on -p output.7z original.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment