How do I create an encrypted (password protected) zip file?
Encryption ZIP – Create Encrypted (Password Protected) ZIP File
encryptionzip
Related Question
- Ubuntu – Extracting zip file fails giving error need PK compat. v5.1
- Ubuntu – Add password to an existing zip file
- Ubuntu – How to crack the password of a zip which is protected with a password
- Ubuntu – “unable to get password” when trying to unzip password-protected archive
- Ubuntu – Create zip file with password protection in Ubuntu 18.04
Best Answer
This will prompt for a password:
This is more insecure, as the password is entered/shown as plain text:
Warning, the standard zip encryption is very weak and is easily cracked.
Note, Use
-r
to zip directory and subdirectory recursively.