Post
Topic
Board Development & Technical Discussion
Re: SHA-256 All Possible Combination & Breaking the code Hypothesis
by
odolvlobo
on 12/05/2020, 00:54:42 UTC
I apologize for repeating what others have already written ...

...
Next part is we will replace each decimal out of 64 with rest of the characters that is 0-9 and A-F.
...

When you use the word "decimal", it is very confusing. The word you should be using is "digit". "Decimal" is the name of the base-10 number system, just as "hexadecimal" is base-16 and "binary" is base-2.


...
End Result : All possible combinations are fixed to: Possible Combinations : ( 1.1579208923732𝐸+77 ) + 64 of it.
...

An easier way to come up with the result: because there are 64 digits and each digit can have 16 values, the number of possible values is 1664, or, 1.157920892373162x1077.


...
Now since Quantum works by learning mechanism...

That is not how a quantum computer works. Regardless, machine learning works by identifying patterns. In theory, SHA-256 hashes have no patterns, so machine learning is not likely to do very well.


...
So every seconds N-number of seeds are getting generated.

Over the period of time as per[Part - I : All Possible Combinations] we will end up finishing all the possible combinations in the ROW-1 of excel which are 1.1579208923732 E+77, a limited number!
...

The number is limited, but even the entire bitcoin network, which currently generates 2.4x1017 hashes per second, would take 4.8x1059 seconds, or 1.5x1050 centuries to go through all possible values. And reiterating what @pooya87 wrote, where would you store the event record? There aren't enough atoms on the Earth to store that much information.