Guest davis Posted June 20, 2007 Share Posted June 20, 2007 just a question...what does it mean when you talk about "brute force"thanxdavis Link to comment Share on other sites More sharing options...
PuNkDuDe Posted June 20, 2007 Share Posted June 20, 2007 brute force n keygen is when you use random generation of strings to find a match for serial.ie; you might have in an application a bunch of MD5 hashed keys, the app will hash yours and check if it matches any of the stored. You cannot De-Hash a string back to original state, so you code a brute forcer to try and find a correct match of any of the MD5'd keys. there is no real reverse engineering of the algo. Link to comment Share on other sites More sharing options...
Loki Posted June 20, 2007 Share Posted June 20, 2007 Basically, try every possible combination until one matches. This obviously means the faster the computer the better. Link to comment Share on other sites More sharing options...
Guest davis Posted June 20, 2007 Share Posted June 20, 2007 thanks Loki and PuNKDuDe Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now