Prepare to rename project into hashcat

This release markes the fusion of "hashcat" and "oclHashcat" into "hashcat".
It combines all features of all hashcat projects in one project.
This commit is contained in:
jsteube
2016-05-10 19:07:07 +02:00
parent 768ffbdad8
commit e47030ed7d
41 changed files with 273866 additions and 273844 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
/* */
/* -------------------------------------------------------------------- */
/* */
/* Cleaned and optimized for GPU use with oclHashcat by Jens Steube */
/* Cleaned and optimized for GPU use with hashcat by Jens Steube */
/* 15 terms */
+1 -1
View File
@@ -17,7 +17,7 @@
/* */
/* -------------------------------------------------------------------- */
/* */
/* Cleaned and optimized for GPU use with oclHashcat by Jens Steube */
/* Cleaned and optimized for GPU use with hashcat by Jens Steube */
#define extract_byte(x,n) (((x) >> (8 * (n))) & 0xff)
+1 -1
View File
@@ -1176,7 +1176,7 @@ void memcat8 (u32 block0[4], u32 block1[4], u32 block2[4], u32 block3[4], const
#define WORDSZ384 128
#define WORDSZ512 128
#define PWMAXSZ 32 // oclHashcat password length limit
#define PWMAXSZ 32 // hashcat password length limit
#define BLMAXSZ BLSZ512
#define WORDMAXSZ WORDSZ512