07-30-2023, 06:47 PM
(07-12-2023, 05:57 PM)Snoopy Wrote: WRONG
echo test | md5sum -> d8e8fca2dc0f896fd7cb4cb0031ba249
RIGHT
echo -n test | md5sum -> 098f6bcd4621d373cade4e832627b4f6
Thanks a lot. This was helpful. So I try to understand the implication of this for my wordlist.
When I look at it with ghex, I see 0a after every word. So I assume that shouldn't be, right?
So what to do then? As mentioned before, some wallets seem to "fail to decrypt due to the lack of the return characters".
I now have produced a hex-list of my potential passwords via this command:
xxd -plain list.txt > list.hex
Could I now just exchange every occurance of 0a in the hex list with 0x0d?
And what about the rules? Do they apply for the hex-wordlist or do I have to make "hex"-rules?