Hashcom project

Convert the content of a file to a reduced hashed value.

I created a new project on GitHub called Hashcom.

https://github.com/Rbcafe/Hashcom/

Convert the content of a file to a reduced hashed value :

  • Get the content of the file.
  • Generate the hash256 of the file.
  • Get the first 8 characters.
  • Convert the result to a comment.

Example :

./hashcomnf.sh ./README.md
Hashcom
/* 0a9befb3 */

Usage :