![]() |
|
#4
|
|||
|
|||
|
After some time, I got this solved.
The DEC 3.0 library (Delphi Encryption Compedium Part I), allow you to inform one Key in the object creation with any length. PHP Code:
And the Initialization of Cipher is done too. I mislead to think that the AES code was wrong, because the result text still scrambled. But after taking a little more debugging I found a nasty XOR with a fixed key. Voilá! Below is the correct code, that has no dependency on DEC Version. Compiles on D7 to D10.2, only need to change DEC unit names: PHP Code:
|
| The Following User Gave Reputation+1 to phroyt For This Useful Post: | ||
niculaita (03-28-2020) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Encrypted video file | yologuy | General Discussion | 15 | 10-07-2021 18:40 |
| Reversing obfuscated and encrypted JAR file | Chuck954 | General Discussion | 8 | 10-11-2019 10:04 |
| Is it possible to crack encrypted file? | wenij | General Discussion | 8 | 02-19-2005 20:20 |
| Help..Anyone know if this is encrypted?? | bunion | General Discussion | 16 | 08-01-2003 21:48 |