This is so interesting to watch. Can you do it for other hash or encryption methods?
I have thought about it. Any particularly interesting ones?
Show HN: SHA-256 Animation
11–20 of 105 posts
Re: Show HN: SHA-256 Animation
#12I wanted to understand how SHA-256 works, so I made a terminal animation that shows the bitwise operations at each step. I wrote a text guide in the README.md to explain what's going on. I think my technical terminology is okay. I'm new to hash functions though, so I don't yet know why SHA-256 has been designed in the way it has (e.g. why exact numbers were chosen in the bitwise rotations). As far as I understand, th…
This is a great idea of showing something that is at first very complex. Could be used in Discreet Mathematics to teach students!
Re: Show HN: SHA-256 Animation
#13Re: Show HN: SHA-256 Animation
#14This is so interesting to watch. Can you do it for other hash or encryption methods?
I have thought about it. Any particularly interesting ones?
Re: Show HN: SHA-256 Animation
#15I'm halfway through, but looks very well done, thanks!
Re: Show HN: SHA-256 Animation
#16Re: Show HN: SHA-256 Animation
#17I wanted to understand how SHA-256 works, so I made a terminal animation that shows the bitwise operations at each step. I wrote a text guide in the README.md to explain what's going on. I think my technical terminology is okay. I'm new to hash functions though, so I don't yet know why SHA-256 has been designed in the way it has (e.g. why exact numbers were chosen in the bitwise rotations). As far as I understand, th…
Re: Show HN: SHA-256 Animation
#18Re: Show HN: SHA-256 Animation
#19Here's the author doing an in-depth explanation of how SHA-256 works using this code: https://www.youtube.com/watch?v=f9EbD6iY9zI I'm halfway through, but looks very well done, thanks!