Encrypt a zip when archiving 🤐🔐
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
Tweet
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
Tweet