ETH-presale-wallet Question
#4
(07-12-2023, 05:46 PM)Malatesta Wrote: Thanks, yes, that's what the hash for the presale wallet looks like. The other hash I mentioned was just for testing hashcat with an MD5-hash. Strange, though, that md5sum gave another hash than the homepage I visited.

your command for generating the md5 hash is wrong, you hashed it with linebrake 

WRONG
echo test | md5sum -> d8e8fca2dc0f896fd7cb4cb0031ba249
RIGHT
echo -n test | md5sum -> 098f6bcd4621d373cade4e832627b4f6
Reply


Messages In This Thread
ETH-presale-wallet Question - by Malatesta - 07-11-2023, 02:53 PM
RE: ETH-presale-wallet Question - by marc1n - 07-12-2023, 05:40 PM
RE: ETH-presale-wallet Question - by Malatesta - 07-12-2023, 05:46 PM
RE: ETH-presale-wallet Question - by Snoopy - 07-12-2023, 05:57 PM
RE: ETH-presale-wallet Question - by Malatesta - 07-30-2023, 06:47 PM