14 Sep 2021   workflow


You can encrypt a zip when archiving by using the -e, --encrypt flag:

zip -e secrets.zip journal.txt
Enter password:
Verify password:
  adding: journal.txt
🍄