mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
remove print-statement, not needed as 26600 and 26610 have different hash signatures
This commit is contained in:
parent
2b80abde6d
commit
95642af34b
@ -25,7 +25,6 @@ def metamask_parser(file, shortdata):
|
|||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
if((len(j['data']) > 3000) or shortdata):
|
if((len(j['data']) > 3000) or shortdata):
|
||||||
print("! Data too long, we limit it to 64 bytes, this hash can only be used with m26610!")
|
|
||||||
data_bin = base64.b64decode(j['data'])
|
data_bin = base64.b64decode(j['data'])
|
||||||
# TODO limit data to 16 bytes, we only check the first block of data, so we don't need more data.
|
# TODO limit data to 16 bytes, we only check the first block of data, so we don't need more data.
|
||||||
# The use of smaller buffers should speedup the attack.
|
# The use of smaller buffers should speedup the attack.
|
||||||
|
Loading…
Reference in New Issue
Block a user