Reading assignment: Hashing

  1. The Hashing Algorithm used in Bitcoin is SHA-256
  2. The Cryptographic Hash Function is comprised
    of 6 components. Of them all the Pre-Image Resistance is one of the most
    difficult to back guess due to the high number used in creating the hash.

Additionally the Puzzle Friendly portion uses a concatenate function to join a completely random string that is joined to the hash.

  1. Deterministic
  2. Quick Computation
  3. Pre-Image Resistance
  4. A Small Change in Input Changes the Output
  5. Collision Resistant
  6. Puzzle Friendly
  1. Bitcoin uses SHA-256 hashing algorithm.
  2. Because a person should guess an enormous number of numbers.
  1. sha 256
  2. because it will take to long to basically guess
  1. What is the hashing algorithm called used in Bitcoin?
    SHA256
  2. Why is this hashing algorithm really hard (almost impossible) to brute-force?
    Because of the law of large numbers. There are so many possibilities that it is extremely long to compute with today’s technology
  1. What is the hashing algorithm called used in Bitcoin?

SHA 256:

  1. Why is this hashing algorithm really hard (almost impossible) to brute-force?

Because there are too many numbers in the hash to guess. Would take too much time and effort.

1.SHA-256
2. Because regardless of the lenght of the imput you always get a different 256 bit output. You´ll have to got 1 by one to try to find a match, which is unfeasible.

  1. SHA-256
  2. SHA-256 is hard to brute force because it produces 2^256 possibilities which is almost impossible to guess.
  1. What is the hashing algorithm called used in Bitcoin?
    Sha - 256
  2. Why is this hashing algorithm really hard (almost impossible) to brute-force?
  1. SHA -256
  2. Because of the numbers involved it would take to much time to brute- force
  1. SHA-256
  2. Due to infeasible amount of different values to find the correct one, waste of time.

Why is this hashing algorithm really hard (almost impossible) to brute-force?

Because of the amount of numbers to decipher. It would take too much time and energy.

  1. What is the hashing algorithm called used in Bitcoin?

SHA 256 (Secured Hashing Algorithm).

  1. Why is this hashing algorithm really hard (almost impossible) to brute-force?

This 64-bit algorithm requires great computer power and time to brute-force it.

  1. Sha 256
  2. It would take a long time to guess the input to find a collision.
  1. The hashing algorithm called used in Bitcoin is SHA-256

  2. This hashing algorithm is almost impossible to brute-force because the number of possibilities are huge. If you try-and-guess it would take soooo much time that it is infeasible …with the computational power we have nowadays.

  1. SHA-256
  2. Input of any length creates a fixed length of out put. Guessing from the output the input would require create a list of all possible inputs to find the one which creates the same output. This is not impossible but would take too much time with the current computational power available.

Hash Reading Assignment’

1. What is the hashing algorithm called used in Bitcoin?

BTC uses SHA-256.

SHA-256 takes an in-deterministic input and changes the output to a prescribed 256 hashed character length. SHA-256 always creates a 256 hashed output regardless of the I/P character length. The resulting hashed 256 output is uniquely encode to the original I/P allowing tracking of the input by simply recording the hashed 256 character O/P.

2. Why is this hashing algorithm really hard (almost impossible) to brute-force?

Using brute force to determine the I/P from the hashed O/P is virtually impossible to deduce because of the following features added to the SHA-256 algorithm;

  1. Pre-image resistance

SHA-256 hash function ensures mathematically that a small change in the I/P (e.g. changing “abc” to “Abc”) completely changes the hashed 256 O/P character set. This complete change in hashed O/P is an essential criteria to make the I/P very difficult to deduce via brute force means. Not impossible, simply takes too much time to deduce to make the effort value add.

  1. The “none” (concatenated random number)
    To further increase the difficulty level of difficulty the SHA-256 hash function the I/P is concatenated with a random number called the “nonce”. To force the “nonce” to be a truly random number the network forces the resulting SHA-256 hashed O/P to be less than a prescribed number. By forcing this prescribed relationship this ensures the resulting “nonce” is truly random and cannot be guessed further increasing the difficulty level to deduce the I/P via brute force means.

  2. Collision resistance
    To improve collision resistance, no two hashed functions produce the same SHA-256 O/P, blockchain network constantly adjusts the value of the required SHA-256 hashed O/P.

By constantly changing the value of the prescribed hashed O/P ensures the time taken to mathematical solve the value of the “nonce” takes less than 10 minutes to compute, and further reduces the probability that two hashed I/Ps will produce the same hashed functional O/P further increasing the difficulty level to deduce the I/P by brute force means.

  1. SHA 256
  2. In order to find a certain outcome, you would have to check with each input until you got the outcome you wanted, which would take a really long time to go through all the possible combinations
  1. SHA-256
  2. It is infeasible due to the time it would take to solve the problem, meaning to produce a hash smaller than the hash difficulty, calculated with the hash of the previous block plus the nonce. That is approximately 2^128.

1. What is the hashing algorithm called used in Bitcoin?

Bitcoin uses the Secure Hashing Algorithm 256 (SHA-256)

2. Why is this hashing algorithm really hard (almost impossible) to brute-force?

SHA-256 hashing algorithm is really hard to brute-force due to the high number of computational possibilities, this means it would make brute forcing it infeasible.

  1. SHA256

  2. The sheer number of required calculations are not worth the time or the effort