HASHGEN

HASHGEN is a windows cmd tool that is meant to generate a hashed string from a given string, using the selected hashing algoritem.

Here is the usage:

hashgen [-sha1 | -sha256 | -sha384 | -sha512 | -md5 | -ripemd160] TextToHash

F.E:

hashgen -sha256 12345678

The output will be:

EF797C8118F02DFB649607DD5D3F8C7623048C9C063D532CC95C5ED7A898A64F

Download link for the executable file:

https://drive.google.com/file/d/1Y98Rv8b0tCeREhRbjk3nU59AqGTduRCV/view?usp=sharing

Download link for source code:

https://drive.google.com/file/d/170s2LmAcj95-ueuhbjIPik1RcFPnAUnP/view?usp=sharing

Link to the project directory:

https://drive.google.com/drive/folders/1kRttVom1WCMKBYNpehgehPLgiVgMm61g?usp=sharing