7zip extract only if password protected
I have an application that runs this command:
"C:\Program Files\7-Zip\7z.exe x myArch.zip -aoa -ppassword -odestinationFolderI want to make sure the application extracts only zip or 7z files that are password protected and were created by me.
Unfortunately, this command extracts archives that have no password, so anyone can extract an archive with my application.
How can I prevent that?