Code Monkey home page Code Monkey logo

Comments (4)

Coding-Enthusiast avatar Coding-Enthusiast commented on July 17, 2024

If you run example number 7 it will end in a couple of seconds and will give you a good estimate of the speed as keys per second. Then you can compute how much time going through 128,063,081,718,016 would take.
My guess (I don't have corei7 to test) is that it should be roughly 20 days.

Duplicate of #30

from finderouter.

Espresso0org avatar Espresso0org commented on July 17, 2024

Sorry sir i made a mistake.its 7 characters not 8.my pc found 5 characters in the middle about 50min.why 7 and 8 gonna take a lot more time

from finderouter.

Coding-Enthusiast avatar Coding-Enthusiast commented on July 17, 2024

my pc found 5 characters in the middle about 50min.

Are you sure your CPU is corei7 8700? My corei3-6100 takes 20 seconds to find 5 missing characters from middle.

why 7 and 8 gonna take a lot more time

I used 60 million key/sec which is the slowest speed. Each missing character increases the total number of keys to check by a factor of 58.

1 missing -> 58  
2 missing -> 58 * 58 = 3,364
3 missing -> 58 * 58 * 58 = 195,112
...
5 missing ->         656,356,768
6 missing ->      38,068,692,544
7 missing ->   2,207,984,167,552
8 missing -> 128,063,081,718,016

from finderouter.

Espresso0org avatar Espresso0org commented on July 17, 2024

Its 7 characters next each other.after 1 day its still 0% . My speed is 10m keys/sec

from finderouter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.