Hashing
1.What is the hashing algorithm called in Bitcoin?
The hashing algorithm used in Bitcoin is called SHA-256
2.Why is this hashing algorithm really hard (almost impossible to brute- force?
The hashing algorithm SHA-256 is the algorithm used a Bitcoin. Brute forcing this algorithm is very time consuming. Brute forcing would require one to compare two hashes that match together. In SHA-256, the time to uncover the correct hash would be 2^256, which would be realistically, out of a person’s reach in their lifetime. This algorithm is very secure and would be costly to attack continuously.