Skip to content

Commit

Permalink
minor version update and code style changes (before release)
Browse files Browse the repository at this point in the history
  • Loading branch information
philsmd authored Sep 20, 2021
1 parent 2332f40 commit 164b209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 7z2hashcat.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# magnum (added proper handling of BCJ et. al. and adapt to JtR use)

# version:
# 1.41
# 1.5

# date released:
# April 2015
Expand Down Expand Up @@ -1530,7 +1530,7 @@ sub extract_hash_from_archive
return "";
}

$hash_buf = basename($file_path) . ":" . $hash_buf if $PASSWORD_RECOVERY_TOOL_NAME eq "john";
$hash_buf = basename ($file_path) . ":" . $hash_buf if $PASSWORD_RECOVERY_TOOL_NAME eq "john";

$hash_buf .= sprintf ("%s%u\$%u\$%u\$%s\$%u\$%s\$%u\$%u\$%u\$%s",
$SEVEN_ZIP_HASH_SIGNATURE,
Expand Down

0 comments on commit 164b209

Please sign in to comment.