needsakp.blogg.se

Add password to zip file
Add password to zip file




add password to zip file

Then the archive will be created as an encrypted archive, using a secure algorithm and protected by your custom passphrase. tar czvpf - file1.txt file2.pdf file3.jpg | gpg -symmetric -cipher-algo aes256 -o .gpgĪfter entering the above command you will be prompted for a passphrase.Īfter entering the passphrase you will be asked to repeat it. This example specifies the AES-256 encryption algorithm. We will use the tar command to create an archive and pipe it to the gpg command for encryption and password protection. This is the most secure way of creating an encrypted / password protected compressed archive, it is also one of the more complicated. Using tar and gpg to create a secured tar archive.






Add password to zip file