Skip to content

tecs/dlghash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dlghash

An alternative hash algorithm with a variable output length

Building

To build and install use:
$ make && sudo make install

Running the tool

Hashing a string:
echo 'test' | ./dlghash
dlghash 'test'

Hashing a string with a specific length:
dlghash 'test' 256

Hashing a file:
dlghash < file

About

Alternative hash algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published