#Way to check if a file is password protected

3 messages · Page 1 of 1 (latest)

serene gazelle
#

I want a fast and efficient way to do this in go. The password protection enquiry is mainly going to be done upon zip files but also extends to other formats that allow password protection/password encryption (pdf etc.)

odd wraith
#

It's going to depend on the file specification. I imagine each one handles encryption a little differently.