Introduction to SHA 256 Hash Function in a Blockchain using Python
This 10 minutes video demonstartes the generation of a hash code using SHA 256 algorithm in Python . 64 characters long Hexadecimal Hashcodes are generated in applications where Blocks in a Blockchain are encryoted using these hash functions. In my next video, I will come up with generation of a genesis block (first block) in a blockchain and how to create a simple blockchain in python.
This 10 minutes video demonstartes the generation of a hash code using SHA 256 algorithm in Python . 64 characters long Hexadecimal Hashcodes are generated in applications where Blocks in a Blockchain are encryoted using these hash functions. In my next video, I will come up with generation of a genesis block (first block) in a blockchain and how to create a simple blockchain in python.