In the past i was suggested to use SevenZipExtractor.Check() to see if a file is password protected. This solution is giving me problems as Check() does an integrity check which means it decompresses everything. This takes far to long with the amount, size and compression level of the files i am running it on.
How do i check if a archive has a password? It would also be useful if there is a way i can check if what i think is the password is correct without extracting all the files.