ETH Salt-length exception No hashes loaded
#7
(11-11-2020, 03:59 PM)philsmd Wrote: whether you have a base64 tool installed / available on the command line depends on your operating system, on macOS and linux we have a "base64" tool to decode base64 text.

for instance, on stackoverflow they suggest to use "certutil" as a workaround to base64 decode a text on windows (cmd), I didn't test it myself because I use linux:
https://stackoverflow.com/questions/1694...1#16946681

Code:
certutil -decode patch_ethereum_15700_github_2017_base64.diff patch_ethereum_15700_github_2017.diff
 

(note: so I suggest using the certuil command with windows cmd instead of the base64 command that can be used in linux or macOS)

I don't understand your other problem with "Line-length exception". This is again a different error message that shouldn't occur with too short ciphertext. What is your command line ? are you sure you use -m 15700 in your command ?

The hash file also only contains the hash no quotes (neither " , nor ' ) within the hash file. Please test to use a hash file with the example hash from https://hashcat.net/wiki/example_hashes . If I change the ciphertext length with the example to a shorter ciphertext I definitely only get a "Token length exception" (nothing else, neither salt-length, nor line-length) with the unpatched version. With the patched version instead everything is working

Because I did a quick test this morning just to confirm the error I didn't pay attention to the format and run the command:

hashcat64.exe -m15600 wallet.txt passwords.txt - this gives me Line-length exception No hashes loaded.

another one below:

C:\AA\Hashcat>hashcat64.exe -m15700 wallet.txt passwords.txt
hashcat (v4.0.1) starting...

ADL_Overdrive_Caps(): -8

ADL_Overdrive_Caps(): -8

ADL_Overdrive_Caps(): -8

ADL_Overdrive_Caps(): -8

nvmlDeviceGetFanSpeed(): Not Supported

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
* Device #1: gfx902, 2259/3170 MB allocatable, 6MCU

OpenCL Platform #2: NVIDIA Corporation
======================================
* Device #2: GeForce MX350, 512/2048 MB allocatable, 5MCU

Hashfile 'biblawallet.txt' on line 1 ($ethereum$s*262144*8*1*e2bef244cc8e484xxxxxxx1356cb33f91e0a4887b52ab36b301754fbe11c3eea*056f7a344594249a6d639cfd951c49eb4axxxxxxxxbb4c727fb590328c60c4*e1d1586d0b8f09a2fe73d5db5cd150f559c8237fa4440931b0xxxxxxx687eb1f): Salt-length exception
No hashes loaded.

Started: Wed Nov 11 18:25:34 2020
Stopped: Wed Nov 11 18:25:36 2020
Reply


Messages In This Thread
RE: ETH Salt-length exception No hashes loaded - by lokojones - 11-11-2020, 08:32 PM