Skip to content

Instantly share code, notes, and snippets.

@JohnRTitor
Last active November 4, 2024 16:13
Show Gist options
  • Save JohnRTitor/b55c595ffe13ae4de75cd9142307ad2a to your computer and use it in GitHub Desktop.
Save JohnRTitor/b55c595ffe13ae4de75cd9142307ad2a to your computer and use it in GitHub Desktop.
7zip encrypted
Needs _7zz from nixpkgs
7zz a -tzip -pTHISISTHEPASSWORD -mem=AES256 archive.zip hello.txt
7zz x archive.zip -pTHISISTHEPASSWORD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment