Skip to content

Instantly share code, notes, and snippets.

@mikeputnam
Created April 4, 2014 15:19
Show Gist options
  • Save mikeputnam/9976890 to your computer and use it in GitHub Desktop.
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.
#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