View Single Post
  #1  
Old 10-24-2018, 16:44
phroyt phroyt is offline
Friend
 
Join Date: May 2018
Posts: 77
Rept. Given: 0
Rept. Rcvd 8 Times in 4 Posts
Thanks Given: 35
Thanks Rcvd at 106 Times in 40 Posts
phroyt Reputation: 8
Help with AES 128 encrypted file

Hi,

I'm trying to decode a file encoded with DEC 3.0 library (Delphi Encryption Compedium Part I).

The key is a SHA256 hash:
HTML Code:
  d90cwjipoybs3usoh6bs0yn53jk0nlijyy3eocr1lmp0hbdv8o1u3fer7m8bgcpz
It's croped to 16, to fit the maximum 128 key size.

No matter how I try, I can't decrypt the file.
I know that its a simples XML file.

Looking into the code, I suspect that it is using:
CTS Cipher Text Stealing, a Variant from CBC, but relaxes
the restriction that the DataSize must be a mulitply from BufSize,
this is the Defaultmode

The encrypted files are here:
hxxps://mega.nz/#F!EgRVxCjY!ouEuDqOomGT3hesB1rl_Cg

Does anyone have a clue?
I can use any high level language: C#, Delphi, PHP, Python, Perl, etc.

Thanks
Reply With Quote
The Following User Says Thank You to phroyt For This Useful Post:
Indigo (07-19-2019)