This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This program is free to modify, distribute, redistribute and | |
execute on any machine on this planet. So feel free and go ahead. | |
*/ | |
/* | |
This is not real hacking with the help of brute force algorithm. | |
But i would say i have neither seen a brute force attack nor | |
its source code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <math.h> | |
#ifndef LINUX | |
#define LINUX | |
#endif | |
/* uncomment the following line if you get compilation errors */ | |
//#undef LINUX |
NewerOlder