Aetherinox / package-libkeccak-sha3sum

SHA-3 and Keccak checksum utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHA-3 and Keccak Checksum Utility

Version Downloads Repo Size Last Commit)



SHA-3 and Keccak checksum utility.


This project was available at https://github.com/maandree/sha3sum and has since been archived. I needed some extra things integrated, so I'm taking on my own fork.




About

Fully configurable byte-orientated checksum utilities for Keccak and its close derivatives SHA-3, SHAKE and RawSHAKE.

This utilities can generate checksums or verify the checksums of files.




Build

Warning

You must build libkeccak first, and then sha3sum.



Clone with git

git clone https://github.com/Aetherinox/package-libkeccak-sha3sum.git

Change to new directory

cd package-libkeccak-sha3sum/libkeccak

Run make && make install on libkeccak:

make
sudo make install

Next, go to the sha3sum folder and do the same.

make
sudo make install

You should be able to run a simple hash now

sha3sum <<< "Hello World"

Which should return

dc0d4419c6e5dbc2e5fbb9fcb9dc6ea16d6b3cbca34aabb618e2f782

About

SHA-3 and Keccak checksum utility

License:ISC License


Languages

Language:C 59.5%Language:Roff 31.0%Language:Shell 5.6%Language:Makefile 3.9%