mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-13 18:18:12 +00:00
Next release version will be v2.10
This commit is contained in:
parent
331188167c
commit
16294fe94e
@ -1,4 +1,4 @@
|
|||||||
* changes v2.01 -> not-known-yet:
|
* changes v2.01 -> v2.10:
|
||||||
|
|
||||||
Type.: Feature
|
Type.: Feature
|
||||||
File.: Kernel
|
File.: Kernel
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
|
||||||
const char *PROGNAME = "oclHashcat";
|
const char *PROGNAME = "oclHashcat";
|
||||||
const char *VERSION_TXT = "2.01";
|
const char *VERSION_TXT = "2.10";
|
||||||
const uint VERSION_BIN = 201;
|
const uint VERSION_BIN = 210;
|
||||||
const uint RESTORE_MIN = 201;
|
const uint RESTORE_MIN = 210;
|
||||||
|
|
||||||
#define INCR_RULES 10000
|
#define INCR_RULES 10000
|
||||||
#define INCR_SALTS 100000
|
#define INCR_SALTS 100000
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
export IN=$HOME/oclHashcat
|
export IN=$HOME/oclHashcat
|
||||||
export OUT=$HOME/xy/oclHashcat-2.01
|
export OUT=$HOME/xy/oclHashcat-2.10
|
||||||
|
|
||||||
rm -rf $OUT
|
rm -rf $OUT
|
||||||
rm -rf $OUT.7z
|
rm -rf $OUT.7z
|
||||||
|
Loading…
Reference in New Issue
Block a user