|
Message-ID: <20130721215104.GA25161@dhcp193-12.pnq.redhat.com> Date: Mon, 22 Jul 2013 03:21:04 +0530 From: Dhiru Kholia <dhiru.kholia@...il.com> To: john-users@...ts.openwall.com Subject: Re: Using DYNAMIC for implementing SHA-512 ^ 101 ? On 07/21/13 at 10:47pm, Nicolas RUFF wrote: > Is there any way to implement the following hashing scheme using > DYNAMIC ? > > import hashlib > h = hashlib.sha512(password + salt).digest() > for x in range(1,99): > h = hashlib.sha512( h ).digest() > print hashlib.sha512( h ).hexdigest() For now, I have made a separate format to handle these hashes. I have committed my code to the "bleeding-jumbo" branch. (https://github.com/magnumripper/JohnTheRipper/tree/bleeding-jumbo) ✗ ../run/john --format=blackberry-es10 -t Benchmarking: blackberry-es10 [101x SHA-512]... DONE Raw: 26758 c/s real, 27028 c/s virtual Please let me know if you want to change the name of the plug-in (currently it is blackberry-es10). Also, is the input hash format ($bbes10$hash$salt) OK? -- Dhiru
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.