- What is the hashing algorithm called used in Bitcoin?
sha256
- Why is this hashing algorithm really hard (almost impossible) to brute-force?
The number of possibilities is enormous. Its very unlikely that 2 people get the same result. Already with a deck of 52 cards its very difficult but with SHA-256 it’s impossible.