Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Preventing Brute Force Pin
Tomasz Sowinski28-Mar-02 5:31
Tomasz Sowinski28-Mar-02 5:31 
GeneralRe: Preventing Brute Force Pin
Jon Newman31-Mar-02 11:08
Jon Newman31-Mar-02 11:08 
GeneralRe: Preventing Brute Force Pin
Jon Hulatt28-Mar-02 2:57
Jon Hulatt28-Mar-02 2:57 
GeneralRe: Preventing Brute Force Pin
Jon Newman31-Mar-02 11:07
Jon Newman31-Mar-02 11:07 
GeneralRe: Preventing Brute Force Pin
Chris Losinger28-Mar-02 5:53
professionalChris Losinger28-Mar-02 5:53 
GeneralRe: Preventing Brute Force Pin
Jeremy Falcon28-Mar-02 7:35
professionalJeremy Falcon28-Mar-02 7:35 
GeneralRe: Preventing Brute Force Pin
Chris Losinger28-Mar-02 7:43
professionalChris Losinger28-Mar-02 7:43 
GeneralRe: Preventing Brute Force Pin
Paul M Watt28-Mar-02 9:07
mentorPaul M Watt28-Mar-02 9:07 
Chris Losinger wrote:
if you're clever, you can use the CRC check to do subtle failures; don't just pop up a message box and quit, do something strange - allocate huge (100MB) chunks of memory for no reason, put a random delay in a message pump, disable random controls - make it look like the crack attempt has broken something vital inside the app.

My variation on this for inside of a computer game would be to make the game not as fun or easy with a cracked version. For instance:

The cracked players health always drops 4 * times as fast as a legitimate version. Ammunition or money dissappear faster than normal. Hardly any damage is incurred from their weapons.

All in all I think that it is a very clever way to thwart hackers, because they will never really know if they have gotten rid of all of the security checks.
GeneralRe: Preventing Brute Force Pin
Neville Franks30-Mar-02 23:58
Neville Franks30-Mar-02 23:58 
GeneralRe: Preventing Brute Force Pin
Neville Franks31-Mar-02 0:03
Neville Franks31-Mar-02 0:03 
GeneralRe: Preventing Brute Force Pin
Russell Robinson31-Mar-02 11:00
Russell Robinson31-Mar-02 11:00 
GeneralProblem with loading a gray image file.. Pin
Neha28-Mar-02 0:07
Neha28-Mar-02 0:07 
GeneralRe: Problem with loading a gray image file.. Pin
Jack Handy28-Mar-02 0:08
Jack Handy28-Mar-02 0:08 
GeneralRe: Problem with loading a gray image file.. Pin
Tomasz Sowinski28-Mar-02 0:17
Tomasz Sowinski28-Mar-02 0:17 
GeneralRe: Problem with loading a gray image file.. Pin
Neha28-Mar-02 0:19
Neha28-Mar-02 0:19 
GeneralRe: Problem with loading a gray image file.. Pin
Tomasz Sowinski28-Mar-02 0:15
Tomasz Sowinski28-Mar-02 0:15 
GeneralRe: Problem with loading a gray image file.. Pin
Neha28-Mar-02 0:17
Neha28-Mar-02 0:17 
GeneralRe: Problem with loading a gray image file.. Pin
Tomasz Sowinski28-Mar-02 0:22
Tomasz Sowinski28-Mar-02 0:22 
GeneralRe: Problem with loading a gray image file.. Pin
Christian Graus28-Mar-02 1:21
protectorChristian Graus28-Mar-02 1:21 
GeneralRe: Problem with loading a gray image file.. Pin
Jon Hulatt28-Mar-02 3:01
Jon Hulatt28-Mar-02 3:01 
QuestionHow to use the point points to baseclass member to point to inherited class member? Pin
Feng Qin27-Mar-02 23:33
Feng Qin27-Mar-02 23:33 
AnswerRe: How to use the point points to baseclass member to point to inherited class member? Pin
Feng Qin27-Mar-02 23:38
Feng Qin27-Mar-02 23:38 
GeneralRe: How to use the point points to baseclass member to point to inherited class member? Pin
Feng Qin28-Mar-02 0:19
Feng Qin28-Mar-02 0:19 
GeneralRe: How to use the point points to baseclass member to point to inherited class member? Pin
Christian Graus28-Mar-02 1:22
protectorChristian Graus28-Mar-02 1:22 
GeneralRe: How to use the point points to baseclass member to point to inherited class member? Pin
Tomasz Sowinski28-Mar-02 1:32
Tomasz Sowinski28-Mar-02 1:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.