Multiple correct answer to a Hash?????!!!!https://passwordsgenerator.net/sha256-hash-generator/
I'm tring to understand what calculation is going on but can not find the equation. Failing that I decided just to run an example and letting hash generator do the hash.
A simple example with "1"
The SHA265 hash of "1" is
6B86B273FF34FCE19D6B804EFF5A3F5747ADA4EAA22F1D49C01E52DDB7875B4B
ok so now as I understand I add a "nuance" and set the difficulty to 1 "zero".
So the Hash of:
1
1
SHA256 hash is
C553228271D4CF65305957E97CD75DA60964776A9E615C702BD6A4C077D266C0
No luck, we have "C" instead of "0" at the beginning.
Let's try:
2
1
SHA256 hash is:
56D4275DEF58246BD5D0CC057D91B21648992ECEE6FC1947058FBA34683A7C3B
No Luck
Let's try:
3
1
SHA256 hash is:
7593B73AB10A204D3774EA7E011A358CE1B0ED681E7DE3444AB6FBEF62CF16C9
No Luck
Let's try:
32
1
SHA256 Hash is:
0A22C8252313C7ABE5813FB21EA3194561941422F82722785BA6CCFA8B2FE2A7
We have "0" !!!! we win !!!????
but wait, trying:
44
1
SHA256 Hash is:
061E8219211249EF4ED68B9458846D49B29CF25D9326B29F4B6083EADC45D087
We have "0" also !!!!! we win also!!!!?????
Forgive me, I don't really understand..... but I think many don't have a clue also.
All just my opinion/view/thinking