Last active
November 4, 2024 16:13
-
-
Save JohnRTitor/b55c595ffe13ae4de75cd9142307ad2a to your computer and use it in GitHub Desktop.
7zip encrypted
This file contains 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
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