-  [WT]  [PS]  [Home] [Manage]

[Return]
Posting mode: Reply
  1.   (reply to 5122)
  2. (for post and file deletion)
/pr/ - Programming
  • Supported file types are: C, CSS, DOC, DOCX, GIF, H, JAVA, JPG, PDF, PNG, SVG, SWF, TXT, WEBM
  • Maximum file size allowed is 10000 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
  • Currently 427 unique user posts. View catalog

  • Blotter updated: 2018-08-24 Show/Hide Show All

We are in the process of fixing long-standing bugs with the thread reader. This will probably cause more bugs for a short period of time. Buckle up.

Movies & TV 24/7 via Channel7: Web Player, .m3u file. Music via Radio7: Web Player, .m3u file.

WebM is now available sitewide! Please check this thread for more info.

Cracking SHA512 Neckbearded Basement Dweller 18/07/08(Sun)02:42 No. 5122
5122

File 153101057414.jpg - (158.13KB , 800x450 , IMG_1795.jpg )

Hey guys. I'm trying to crack a SHA512 hash that has 32^16 possible inputs. I'm not sure if it's salted (I hope not). Can anyone lend me any tips, and/or tell me how much of a pain in the ass this is going to be?


>>
Neckbearded Basement Dweller 18/07/19(Thu)17:51 No. 5125

On average, 2^79 ass-pains.


>>
Neckbearded Basement Dweller 18/08/01(Wed)21:46 No. 5130

I say, I come back in around 10^64 years to see the results OP.


>>
Neckbearded Basement Dweller 18/11/28(Wed)11:15 No. 5163
5163

File 154340010993.jpg - (50.09KB , 500x486 , 15382382313131.jpg )

Hows the cracking going you meme loving fuck


>>
Neckbearded Basement Dweller 18/11/29(Thu)00:21 No. 5165

>>5163
He's still waiting on Cain and Abel to finish.


>>
Neckbearded Basement Dweller 19/01/01(Tue)06:32 No. 5188

>>5122
stop trying to open that shitty iphone anon. She wont love you back.


>>
Neckbearded Basement Dweller 19/01/03(Thu)07:25 No. 5190

Try to find a rainbow table.

Split the rainbow table into as many equal parts as you want.

Spin up a pyspark or AWS ECR cluster, however you want to do it. You could also use GCP. Write a simple script to loop through the input from the split table and test every input to see if the hashes match. Remember to record the values you tried, and especially any values that match.

I would recommend testing your pyspark script on something small like a 1 or 2 byte hash first just to make sure it's working correctly.

If you can't find a pre-computed rainbow table, you're going to have to do generate your own, which is a separate pyspark script, and can be a real bitch. If you're going to do all that compute, make sure you share the table you generated so that it doesn't go to waste.

Even then, if they knew what they were doing they might have used multiple salts, in which case you're fucked unless you have them.

Whatever you do, I don't recommend trying to run these jobs at home. You will end up ruining your machine with heat by keeping the CPU pegged at 99% for a year or so.

Lastly, I should say... this is like hacking 101 anon. You should know this, and if you don't know these basics you need to go back to the fundamentals, otherwise you will never progress.


>>
Neckbearded Basement Dweller 19/01/03(Thu)07:33 No. 5191

>>5122

Anyway, I'd like to add, if you do get that far, please share the script here and let us know how it went.


>>
Neckbearded Basement Dweller 19/01/04(Fri)01:43 No. 5194

>>5190
If we're talking about running a rainbow table for several months on a cloud instance, it would probably be way cheaper to set up a few FPGAs or order a batch of ASICs and just throw compute power at the problem.


>>
Neckbearded Basement Dweller 19/06/27(Thu)09:21 No. 5269

honestly i would just pay a professional 500 bucks to do it



[Return] [Entire Thread] [Last 50 posts]



Delete post []
Password  
Report post
Reason