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
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