View Single Post
Old 07 March 2014, 17:27   #51
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,990
Quote:
Originally Posted by mai View Post
I still dont undertand this DMS decrypting in DMSW.
I have a bunch of enncrypted DMS here, with one and the same known password, but every time DMSW starts time consuming decrypting, instead of using known password.
If i set this known password in emulation, it works!
Should i upload another bunch of those protected DMS?

Another small issue related to batch converting decrypted DMS.
It is nearly impossible to abort the batch converting!
I understand your problem. In your case, you have a lot of files that use the same password but DMSW can not guess... It uses the first encrypted block to determine if the key is already known. Files A00001 and A00004 use the same key and start with the same block :
Code:
File selected             : A00001.DMS
File size                 : 385.140 bytes
CRC32                     : $80A9DD2A
File loaded as an DMS     : DMS Archive

  Cyl    Dec Len   RLE Len  Comp Len  C.Mode & Flag  U.SUM  D.CRC  H.CRC  Crypt
------  --------  --------  --------  -------------  -----  -----  -----  -----
Banner       883       655         -  Simple  - - -  $BE3C  $86AB  $A56A    Yes

File selected             : A00004.DMS
File size                 : 555.253 bytes
CRC32                     : $8FA771B5
File loaded as an DMS     : DMS Archive

  Cyl    Dec Len   RLE Len  Comp Len  C.Mode & Flag  U.SUM  D.CRC  H.CRC  Crypt
------  --------  --------  --------  -------------  -----  -----  -----  -----
Banner       883       655         -  Simple  - - -  $BE3C  $86AB  $A56A    Yes
I improved the autonomy of DMSW to determine the correct key (in the last WiP) but I think he will never find all the keys alone, this is the second utility of the database. If you have files that problem, I had previously asked you send them to me, so yes, I'm interested!

In a second step, I will add the possibility to activate a key by default and the ability to interrupt decrypts batch, I have the same problem

PS: Today my database contains more than 550 keys
Crashdisk is offline  
 
Page generated in 0.04295 seconds with 11 queries