Tell me more ×
Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.

I am currently trying to crack a Traditional DES [128/128 BS SSE2] enryption using John the Ripper with c/s: 3379K.

I wanted to know the maximum time in which the encryption can be cracked.

share|improve this question
Are you talking about DES encryption, or the DES bases crypt hashing scheme? – CodesInChaos Jul 15 '12 at 18:00
1  
By my calculations, you have a 50% chance of cracking the key in 8,100 years. – David Schwartz Jul 15 '12 at 23:58
Hey, that's my password! Stay away! – Thomas Jul 16 '12 at 7:36
Is there a reason you're not using oclHashcat? It supports cracking DES crypt on a GPU, which will be much faster than a CPU-only approach. The benchmarks they provide suggest that a modern graphics card should give you at least ~10x your current rate, and a dedicated cracking machine (multiple GPUs) could reach 500,000 c/s. Still, it's gonna be 168 years before you hit the 50% confidence mark. – Polynomial Jul 16 '12 at 8:01
@Cracker: Something entirely different from what you're doing. Like either forget trying to crack things with real security or investing in the hardware needed to do something like that. – David Schwartz Jul 16 '12 at 9:27
show 3 more comments

closed as off topic by CodesInChaos, PaĆ­lo Ebermann Jul 28 '12 at 19:41

Questions on Cryptography Stack Exchange are expected to relate to cryptography within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.