File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -390,13 +390,13 @@ up to 10 digits rather than numbers that fit in 31 bits and do not start
390
390
with a 0 (except for the number 0). This can be partially corrected by
391
391
splitting the invocation in two:
392
392
393
- $ time ./john --format=raw-md5 --incremental=digits --max-length=9 --fork=32 hashfile 2>/dev/null
393
+ $ time ./john --format=raw-md5 --incremental=digits --max-length=9 --fork=32 hashfile 2>/dev/null
394
394
Loaded 1 password hash (Raw-MD5 [MD5 128/128 AVX 4x3])
395
395
396
396
real 0m4.540s
397
397
user 0m43.320s
398
398
sys 0m1.762s
399
- $ time ./john --format=raw-md5 --mask='[12]?d?d?d?d?d?d?d?d?d' --fork=32 hashfile 2>/dev/null
399
+ $ time ./john --format=raw-md5 --mask='[12]?d?d?d?d?d?d?d?d?d' --fork=32 hashfile 2>/dev/null
400
400
Loaded 1 password hash (Raw-MD5 [MD5 128/128 AVX 4x3])
401
401
1871584565 (?)
402
402
@@ -434,10 +434,10 @@ invoke php_mt_seed with dummy command-line arguments, but not exactly
434
434
arbitrary ones: e.g., "0 1" is non-trivial enough for php_mt_seed to
435
435
always call diff() and thus let our added code take over the comparison.
436
436
437
- ( Cracking seeds from old MediaWiki tokens as above is readily supported
437
+ Cracking seeds from old MediaWiki tokens as above is readily supported
438
438
as an example exploit in Snowflake, an alternative to php_mt_seed.
439
439
However, in general either php_mt_seed or Snowflake would need custom
440
- code written for new cases like this.)
440
+ code written for new cases like this.
441
441
442
442
443
443
Xeon Phi specifics.
You can’t perform that action at this time.
0 commit comments