Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Request] Simple brute force code

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Robotex
Master Cheater
Reputation: 0

Joined: 05 Sep 2006
Posts: 378
Location: The pizza country!

PostPosted: Sun Jul 01, 2007 11:40 pm    Post subject: [Request] Simple brute force code Reply with quote

So i want to see how a brute force works, but i'm not quite sure on the password generator code.
The one i'm trying to make is a bruteforce based on a string of characters i give to it, like
char* PasswordCharacters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; // Characters only.
and a min and max lenght for the password
#define PASS_MIN_LEN 6
// Fill our first password
for(int i = 0; i < PASS_MIN_LEN; i++)
{
CurrentPassword[i] = PasswordCharacters[0];
}

Can anyone show me an example? Thanks Very Happy

_________________

ASM/C++ Coder
Project Speranza lead developer
Back to top
View user's profile Send private message
Appmaker
How do I cheat?
Reputation: 0

Joined: 27 Jun 2007
Posts: 5

PostPosted: Tue Jul 03, 2007 7:04 am    Post subject: brute force Reply with quote

brute force on doing something is simply the slowest way to do something.

cracking RSA (on a 32 bit 400 mhz machine) would be faster than figuring out i.e. a 10 character password via brute force (on a 7 teraflop 64 bit machine) although i may be wrong and overexaggerating i am pretty
(use your imagination here) close


both are equally not likely of happening. Twisted Evil muahahahaha!!!!!!!!!!

_________________
cheating is the same as modding... only you can do more with cheating.

hack responsibly, read the eula you agreed to when you installed the game

98% of the teen population listens to rap, if you
are part of the 2% that listens to REAL music paste this in your sig
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites