sevenzip icon indicating copy to clipboard operation
sevenzip copied to clipboard

Add IsEncrypted() method to File struct

Open belyalov opened this issue 2 years ago • 1 comments

It is an easy way to determine if file is encrypted - useful when you need to e.g. find and do something with password encrypted archives.

I tried to keep it simple and move this code out of data path - to make it seamless for everybody who does not care about this functionality.

belyalov avatar Apr 19 '23 20:04 belyalov

This function is very useful, I hope to deal with it as soon as possible

LinkLeong avatar Jun 26 '23 08:06 LinkLeong