Any source for a visualized SHA-2?

2

Is there any source that visualizes how SHA-2 works (including internals) with animated video or an interactive web page?

mahdix

Posted 2017-08-04T14:21:07.820

Reputation: 133

Answers

2

This shows an animation of the steps involved in computing a SHA2 hash.

https://youtu.be/FZeLKrQTZtE?t=84

I can't find a diagram of message expansion, but this shows a diagram of one round (SHA256 has 64 rounds):

https://en.wikipedia.org/wiki/SHA-2#/media/File:SHA-2.svg

Nick ODell

Posted 2017-08-04T14:21:07.820

Reputation: 26 536

Yes, it shows the numbers involved and how they changed. But I was looking for something more visual. Representing the changes in the placement of each word after each step, functions involved in each step, ... .mahdix 2017-09-05T08:07:14.823

@mahdix Does the edit help?Nick ODell 2017-09-05T14:12:41.360