Skip to content

Commit 2d6a7af

Browse files
committed
Formatting
CVS-ID: README 1.17
1 parent a8d86c4 commit 2d6a7af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README

+4-4
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,13 @@ up to 10 digits rather than numbers that fit in 31 bits and do not start
390390
with a 0 (except for the number 0). This can be partially corrected by
391391
splitting the invocation in two:
392392

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
394394
Loaded 1 password hash (Raw-MD5 [MD5 128/128 AVX 4x3])
395395

396396
real 0m4.540s
397397
user 0m43.320s
398398
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
400400
Loaded 1 password hash (Raw-MD5 [MD5 128/128 AVX 4x3])
401401
1871584565 (?)
402402

@@ -434,10 +434,10 @@ invoke php_mt_seed with dummy command-line arguments, but not exactly
434434
arbitrary ones: e.g., "0 1" is non-trivial enough for php_mt_seed to
435435
always call diff() and thus let our added code take over the comparison.
436436

437-
(Cracking seeds from old MediaWiki tokens as above is readily supported
437+
Cracking seeds from old MediaWiki tokens as above is readily supported
438438
as an example exploit in Snowflake, an alternative to php_mt_seed.
439439
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.
441441

442442

443443
Xeon Phi specifics.

0 commit comments

Comments
 (0)