Quote:
Originally Posted by lia_v
Do you use an .exe for decrypt with the "asdfqwer" key that you can share? Because I have the decryptINI.exe that menasculio made and I can't change the key from "1111" to "asdfqwer". I tried with a hex editor to replace the 1111 and the 4 null chars after that to "asdfqwer", but it doesn't decrypt the file right. It seems that this is not the right way to change the key, so how should I change it?
|
Hi,
i stripped of a part of my program and did a small commandline tool for you.
[Only registered and activated users can see links. Click Here To Register...]
Usage:
ALCryptDecryptINI.exe <File to Crypt/Decrypt> /k:<key>
or
ALCryptDecryptINI.exe <File to Crypt/Decrypt> for crypt/decryt with standard key 1111
Example: ALCryptDecryptINI.exe file1.tx1 /k:asdfqwer
The crypting/decrypting is done inplace.
For crypt/decrypt with the standard key, you can also drag/drop a file to ALCryptDecryptINI.exe (usefull for fast crypt/decrypt ini files).
Greez ACE