Use linux's zipcloak command to compress and encrypt files
Editor to share with you the use of linux zipcloak command compression file encryption, I hope you will learn a lot after reading this article, let's discuss it together!
The zipcloak command encrypts a zip file, prompts you to enter your password twice (to make sure you don't have fat fingers), and then stores the file in place. As you can imagine, the file size will be different from the original file.
Syntax format: zipcloak [parameters]
Common parameters:
Reference example
Use zipcloak to encrypt the linuxroom.zip file:
[root@linuxcool ~] # zipcloak linuxcool.zip
Display the encryption progress bar:
[root@linuxcool] # zipcloak-d linuxcool.zip
Output the encrypted archive to a new file:
[root@linuxcool] # zipcloak archive.zip-O crypto.zip has finished reading this article. I believe you have some understanding of using linux's zipcloak command to compress and encrypt files. You want to know more about it. Welcome to follow the industry information channel. Thank you for reading!