I am developing a small utility in c#, where I am inserting many compressed files. These files are in different extensions(such as .zip, .rar, .tar, .uue) Now I do not want to extract these files, but I just want to check if these files are password protected or not.
I have used DotNetZip.dll for the files with .zip extension, which is working fine. I found Chilkat dll for .rar files.
Can anyone provide me other dlls for other extensions or a better solution for all compressed files? Thank you in advance.