Reading assignment: Hashing
1.What is the hashing algorithm called used in Bitcoin?
SHA-256 invented by the NSA
2.Why is this hashing algorithm really hard (almost impossible) to brute-force?
The hashing algorithm generates a new value through a mathematical function that operates the input values in a way that is a one-way function.
In the article it is compared to a food mixer, where you can´t get the original “inputs” at their correct amounts back.