UX: compress files and folders and pipe to age under Windows #248
-
Hi guys. I'm experimenting some CLI commands to make compression, archiving and encryption on the fly using Windows cmd. I successfully managed to achieve the compression and encryption of one single file using this command: Thank you all! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Actually i have found that this command works good:
What about the -p switch support with this command? Thank you. |
Beta Was this translation helpful? Give feedback.
Actually i have found that this command works good:
7z a dummy -ttar -so folder_to_compress | age -r publickey > encrypted.file
What about the -p switch support with this command? Thank you.