Answer the question
In order to leave comments, you need to log in
Is it possible to 'crack' a hash with brute force?
Suppose that after 100 years, mankind was able to brute force a 65-character hashed (sha-256) string. *Theoretically, this is possible, since a complete search will require ~1.7*10^69 gigabytes of free space*.
Let's return to the theory. It turns out that I can hash the hash (pun intended) (sha256(sha256)) + 1 character and then decrypt it. And this means that I can also hash the hash + 1 character almost an infinite number of times (well, it’s clear that it’s not infinite, but a very large number, let’s say ~ 1.7*10**69 times), which means with each operation, I will 'win' 1 byte of information, which means that in the end I will be able to compress 10s, 100s, 1000s, etc. terabytes of data into one 64-character string.
(Small clarification: I take the string 'defabc', hash to -> 'abcdef' (6 characters) I take abcdef (past hash) and the 7th byte of the data I need to compress (let's say '1') = 'abcdef' + '1' -> '618281' and so on until I get a hash of all the characters I need to compress, and then 'unpack' the hash from '618281' into 'abcdef1' in the opposite direction, take '1' and write into a variable, take the 'abcdef' hash, etc...
My question(s) is(are) if one day mankind can 'crack' the hash, will I be able to send a picture to a friend using only 64 bytes of traffic? Let's say I create a rainbow table that can 'crack' hashes with a 70% chance, how long will it take to look up such a table? but I can not refute, what do you think?
Answer the question
In order to leave comments, you need to log in
which means that in the end I will be able to compress 10s, 100s, 1000s, etc. of terabytes of data into one 64-character string.almost right... Only you mixed up everything in your head...
then in the opposite direction 'unpack' the hash from '618281' to 'abcdef1'Only if the hash is a compaction. Otherwise - no.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question