Main Page | Namespace List | Data Structures | File List | Data Fields | Globals

main.h

Go to the documentation of this file.
00001 #include "cipher.h"
00002 #include "nema.h"
00003 
00005 int main(int argc, const char* argv[]);
00007 void bruteForce(const char* inputfile);
00009 void knownPlaintext(const char* plainfile, const char* cipherfile);
00011 string getPassword(int pw[10]);