Ask Your Question
0

What is the method for entering a password in the command line when using the zip encryption command in Linux?

asked 2021-09-21 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-19 03:00:00 +0000

qstack gravatar image

When using the zip encryption command in Linux, the method for entering a password in the command line is to use the '-e' option followed by the password. For example:

zip -e archive.zip file.txt
Enter password:
Verify password:

After entering the command, you will be prompted to enter and verify the password. The password will not be displayed on the screen.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-21 11:00:00 +0000

Seen: 8 times

Last updated: Feb 19 '22