]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/lm2ntlm.cpp
add 2011 (C)
[freerainbowtables] / Client Applications / rcracki_mt / lm2ntlm.cpp
index 33fd94d2abb3d9dda07baaf9eb0ae4feb13f0821..3259ed813135be6acaf7e38f15648093beb164ef 100644 (file)
@@ -3,7 +3,7 @@
  * RainbowCrack\r
  *\r
  * Copyright 2009, 2010 DaniĆ«l Niggebrugge <niggebrugge@fox-it.com>\r
- * Copyright 2009, 2010 James Nobis <frt@quelrod.net>\r
+ * Copyright 2009, 2010, 2011 James Nobis <frt@quelrod.net>\r
  *\r
  * This file is part of rcracki_mt.\r
  *\r
@@ -50,7 +50,7 @@ bool LM2NTLMcorrector::LMPasswordCorrectUnicode(string hexPassword, unsigned cha
 {\r
        string sPlain = "";\r
 \r
-       UINT4 i;\r
+       uint32 i;\r
        for (i = 0; i < hexPassword.size() / 2; i++)\r
        {\r
                string sSub = hexPassword.substr(i * 2, 2);\r