Thread: LZ_Scan
View Single Post
  #15  
Old 07-07-2019, 09:56
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
Quote:
Originally Posted by IgorKolesnik View Post
can I check the file immediately for all possible encryption? or each method separately only?
This tool scan for compression, not encryption. If you mean several types of compression at once, no. You select single compression and see if it inflate. You can do 2 things though:
1, test single smaller file known to be likely compressed first to save time
2, run several scripts at once in parallel, each doing its own specific cmp test
Reply With Quote