need help with sha512
#16
Please understand sha512crypt, aka SHA512(Unix), is *not* simply salted sha512. The "hex string" generated by Cain's Hash Calculator is just a raw sha512 hash, and is completely different -- and in no way compatible with -- sha512crypt in libc. The "ASCII string" that crypt outputs is base64-encoded, and is the result of 5,000 rounds of the sha512 algorithm.

You can use -m 1800 in the cpu version of Hashcat to crack the sha512crypt hashes from your shadow file.


Messages In This Thread
need help with sha512 - by Gelle - 07-08-2012, 12:21 PM
RE: need help with sha512 - by epixoip - 07-08-2012, 12:39 PM
RE: need help with sha512 - by Gelle - 07-08-2012, 01:03 PM
RE: need help with sha512 - by epixoip - 07-08-2012, 01:35 PM
RE: need help with sha512 - by Gelle - 07-08-2012, 02:04 PM
RE: need help with sha512 - by epixoip - 07-08-2012, 02:11 PM
RE: need help with sha512 - by Gelle - 07-08-2012, 02:24 PM
RE: need help with sha512 - by epixoip - 07-08-2012, 03:33 PM
RE: need help with sha512 - by Gelle - 07-08-2012, 03:35 PM
RE: need help with sha512 - by undeath - 07-08-2012, 04:59 PM
RE: need help with sha512 - by epixoip - 07-09-2012, 05:22 AM
RE: need help with sha512 - by undeath - 07-09-2012, 12:32 PM
RE: need help with sha512 - by epixoip - 07-09-2012, 08:43 PM
RE: need help with sha512 - by atom - 07-09-2012, 09:52 AM
RE: need help with sha512 - by Gelle - 07-10-2012, 11:53 AM
RE: need help with sha512 - by epixoip - 07-10-2012, 01:05 PM
RE: need help with sha512 - by Gelle - 07-10-2012, 02:27 PM
RE: need help with sha512 - by M@LIK - 07-10-2012, 03:16 PM
RE: need help with sha512 - by Gelle - 07-10-2012, 06:04 PM
RE: need help with sha512 - by gat3way - 07-11-2012, 12:29 AM
RE: need help with sha512 - by Gelle - 07-11-2012, 12:56 AM
RE: need help with sha512 - by M@LIK - 07-11-2012, 01:03 AM
RE: need help with sha512 - by Gelle - 07-11-2012, 01:28 AM
RE: need help with sha512 - by gat3way - 07-11-2012, 08:25 AM