Extprotect
Moderator: Cheaters
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
-
- Forum Drunk
- Posts: 2899
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: Extprotect
It probably would help if you attach the file.
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
Re: Extprotect
ExtProtect is a tool used to protect warcraft 3 map, I thought you should have it, anyway, there you go, including the source. The tool will create a backup file when you protect the map and when you insert the password, the tool will restore all the files from the backup folder.
You do not have the required permissions to view the files attached to this post.
-
- Forum Drunk
- Posts: 2899
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: Extprotect
In addition to XORing the MD5 hash of the key all over the plaintext, there is also AES128 in ECB mode. The XOR part is a bad attempt at best and wouldn't stand any chance. Yet even though the ECB mode is infamous for leaking information, AES still prevents the recovery of the actual plaintext. Besides trying to brute force weak passwords, there's nothing you can do.
Here's an example of ECB:
http://en.wikipedia.org/wiki/Block_ciph ... _.28ECB.29
Here's an example of ECB:
http://en.wikipedia.org/wiki/Block_ciph ... _.28ECB.29
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
Re: Extprotect
Which type of password falls into the weak password category? I did thought before to use brute force and dictionary attack, maybe there is hope, but I got no idea how to do it.
-
- Forum Drunk
- Posts: 2899
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: Extprotect
Depends on your hardware, I guess trying all alphanumeric passwords up to 6-7 characters should be doable. Though given that their algorithm is somewhat custom you'd have to do some programming. If you do, you might wanna look into the AES hardware acceleration of modern CPUs (AES-NI).
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
-
- Forum Drunk
- Posts: 2899
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: Extprotect
The basic concept is quite simple, you could even salvage the source code you posted.
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
Re: Extprotect
The password is not case sensitive, so I think it should be either alphabets, numbers or both only, I don't think special symbol will be included, I need more guide, or I should just give up and edit the map in jass instead, easier way