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:
@@ -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 */
|
||||
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user