State that this list "is assumed to be in the public domain" |
|
More...
|
over 11 years ago
|
Added warranty disclaimer |
|
More...
|
over 11 years ago
|
Relaxed the license for many source files to cut-down BSD |
|
More...
|
over 11 years ago
|
Added fallback to cut-down BSD license |
|
More...
|
over 11 years ago
|
Moved two Q&As to the "new users" section |
|
More...
|
over 11 years ago
|
Updates for the new speed metrics |
|
More...
|
over 11 years ago
|
Updated the parallel processing answer to refer to --fork and --node |
|
More...
|
over 11 years ago
|
Added two paragraphs on there being no communication between the nodes and fork'ed processes |
|
More...
|
over 11 years ago
|
Documented the makechr script |
|
More...
|
over 11 years ago
|
List 'q' before Ctrl-C in the help message, because 'q' is friendly to AMD APP SDK and AMD GPU drivers, whereas Ctrl-C is not. This is relevant in -jumbo. |
|
More...
|
over 11 years ago
|
Documented the 'q' key |
|
More...
|
over 11 years ago
|
Revised the wordlist rule example to use the "A" command instead of appending two characters one by one |
|
More...
|
over 11 years ago
|
Update for new pre-defined incremental modes |
|
More...
|
over 11 years ago
|
Changed the default incremental mode names to ASCII and LM_ASCII |
|
More...
|
over 11 years ago
|
Added a script to (re-)generate all .chr files at once |
|
More...
|
over 11 years ago
|
Placed this script under cut-down BSD license |
|
More...
|
over 11 years ago
|
Revised pre-defined incremental modes, as well as external mode filters that are used to generate .chr files |
|
More...
|
over 11 years ago
|
Moved the "warned" variable declaration out of the parallel region because with gcc 4.2.0 through 4.5.x default(none) applied even to static variables declared inside the parallel region (making them inaccessible). |
|
More...
|
over 11 years ago
|
Revised and tuned the estimated cracks calculation based on actual testing |
|
More...
|
over 11 years ago
|
Allow AVX/XOP also with compilers other than GCC when OpenMP is enabled (since DES_bs_all is aligned by non-GCC-specific means when OpenMP is enabled). |
|
More...
|
over 11 years ago
|
Documented --fork, made minor edits to the description of --node |
|
More...
|
over 11 years ago
|
Documented --node |
|
More...
|
over 11 years ago
|
In --salts, call the argument N (not COUNT) for consistency with new John's usage output |
|
More...
|
over 11 years ago
|
List --save-memory before --format, just like we do in John's usage output |
|
More...
|
over 11 years ago
|
New format names |
|
More...
|
over 11 years ago
|
Moved RULES_ERROR_* and the comments on rules_errors[], rules_errno, rules_line, and rules_check() from rules.h to rules.c. |
|
More...
|
over 11 years ago
|
Re-introduced exporting of itoa64[] due to its use in jumbo |
|
More...
|
over 11 years ago
|
Declare rules_errors[], rules_errno, rules_line, and rules_check() static. Their non-use from outside of rules.c was spotted by Alexander Cherepanov. |
|
More...
|
over 11 years ago
|
Dropped fmt_default_valid(). Its non-use was spotted by Alexander Cherepanov. |
|
More...
|
over 11 years ago
|
Declared itoa64[] static. Its non-use from outside of common.c was spotted by Alexander Cherepanov. |
|
More...
|
over 11 years ago
|