Developers Forum for XinFin XDC Network

Atul Khekade
Atul Khekade

Posted on

Trying out SHA256

The core building block and hashing algorithm used in blockchain and cryptography, SHA256

I have been trying to refresh my skills for C++ programming with this algorithm.

GitHub logo akhekade / SHA256

Trying Out SHA256

SHA256

Trying Out SHA256 This is a Simple Beginner C++ Program for trying out SHA256 (Secure Hash Generator). It accepts Any String as input and processes SHA256 Hash value of the string.




This is a one way hashing algorithm used in Bitcoin blockchain.

Here's the Gist I created for the SHA256.cpp

Discussion (0)