hashcat Forum
md5crypt - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: md5crypt (/thread-986.html)



md5crypt - philosophos - 03-14-2012

Hi!

I'm quite new on hashcat but allready like it. :-) I have the following question(s):

Is it possible to convert a md5crypt/md5(unix) hash into an ordinary md5 hash, so it would be crackable with hashcat-lite?

The md5crypt hash has no salt and looks like: $1$$xxxxxxxxxxxxxxxxxxxxxx

Much thx!!


RE: md5crypt - atom - 03-14-2012

no, md5crypt is 1000 times iterated md5 plus other obfuscation


RE: md5crypt - philosophos - 03-14-2012

damn, but thank you