I am trying to password protect my zip file(with multiple txt files) using pyminizip.commpress_multiple This is creating a password-protected zip file. When I try to extract the zip file for the first time it is prompting for the password. From the second time onwards, it is not asking for the password. Any i…