2017年6月24日 星期六

linux zip with password

This will prompt for a password:
zip --encrypt file.zip files

This is more insecure, as the password is entered/shown as plain text:
zip --password (password) file.zip files
REF: http://askubuntu.com/questions/17641/ddg#17643

沒有留言:

張貼留言