Reading assignment: Hashing

  1. SHA-256. POW
  2. One way function
1 Like

Yes, you are right. To find an input is what I meant. Got a bit mixed up with the terms :smiley:

  1. The hashing algorithm in Bitcoin is called SHA-256
  2. This hashing algorithm is near impossible to brute-force because of the extremely high number of computational possibilities, the computing power and time required to do so makes it infeasible.
1 Like
  1. sha-256
  2. it’s one way ticket, and change something in bitcoin’s blockchain, you need at least have more hash power then all bitcoin network(good luck :slight_smile: )
1 Like
  1. SHA-256
  2. The amount of possible inputs make brute forcing SHA-256 probabilistically impossible.
1 Like
  1. Its the SHA256 Secure Hash Algorithm 256 digits
  2. The unique hash algorithm makes it to where the output cant be reverse engineered
1 Like
  1. SHA-256
  2. It requires high amounts of computational capacity with the algorithms constantly changing
1 Like
  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?
    It is a one-way hash function. It is done entirely by random. The amount of computational effort in order to brute-force is unfeasible, that by the time you have found a way to brute-force, many new blocks have been added to the ledger. ( expensive amount of computer power .)

1 Like

SHA-256

Brute force - too many possibilities in too little time.

1 Like
  1. What is the hashing algorithm called used in Bitcoin?
    SHA256
  2. Why is this hashing algorithm really hard (almost impossible) to brute-force?
    The statistical possibility of decoding an output to get input and that two inputs get the same output is virtually impossible
1 Like
  1. SHA-256

  2. It requires too much time and processing power to brute force.

1 Like
  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?
    Each input has its own unique output. Even small variations of the input results in completely different output.
1 Like

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

Secure Hash Algorithm (SHA-256)

2. Why is this hashing algorithm really hard (almost impossible) to brute-force?
SHA-256 is really hard to brute-force because it takes a lot of computational effort and ressource and
SHA-256 generates 256-bit signature for a text , each input has it’s own unique hash

1 Like
  1. The hashing algorithm in using Bitcoin is called the Sha-256
  2. This algorithm is difficult to brute force and is very secure due to the fact that only with the same input you will receive the same output. Additionally, when you solve a bitcoin hash it is solved in a line with no trajectory. Also when you input a hash it is very difficult to reverse the hash using the algorithm.
1 Like
  1. SHA-256
  2. Because one cannot determine the input based on the output.
1 Like

It’s called SHA-256 and it was developed by the sneaky NSA.

It’s because it is hard to reverse the output of the function. It is a one way mathematical equation (I cheated on this, it is a bit hard for me to grasp this concept )

1 Like
  1. SHA 256
  2. Because it would take immense computational power which makes it basically impossible.
1 Like

Bitcoin uses the SHA-256 algorithm

To brute force the algorithm is very hard because finding the input from the output is almost impossible. It’s like mixing food in a blender and going backwards.

1 Like
  1. SHA-256
  2. the hash function transforms the input into a digest ( a fixed length string) that is almost irreversible it is computationally prohibitive at the present time. I would prove extremely difficult to to find the exact inputs which created the hash initially (and only the exact input would recreate it).
1 Like

1 - The hashing algorithm is called SHA-256

2 - Because the algorithm cannot be reversed to calculate the initial raw data as it is a one-way mechanism guaranteed through intricate mathematical equations.

1 Like