Skip to content

Commit

Permalink
Fixed signed integer bug in openssl encryption signature
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Jun 7, 2018
1 parent b28ee17 commit c036535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/binwalk/magic/crypto
Expand Up @@ -109,8 +109,8 @@
>15 string PGP\040SIGNATURE- signature

0 string Salted__ OpenSSL encryption, salted,
>8 belong x salt: 0x%X
>12 belong x \b%X
>8 ubelong x salt: 0x%X
>12 ubelong x \b%X

#------------------------------------------------------------------------------
# LUKS http://tomb.dyne.org/Luks_on_disk_format.pdf
Expand Down

0 comments on commit c036535

Please sign in to comment.