Skip to content

A C++ fork/rewrite of the smhasher project to bring Murmurhash v.3 to the Linux shell and to the PHP scripting language.

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
GPL-LICENSE
MIT
MIT-LICENSE
Notifications You must be signed in to change notification settings

vaizard/abandoned-MurmurHash3CLI

Repository files navigation

#######################
### MurmurHash3CLI ####
#######################
A C++ rewrite of the smhasher project to bring Murmurhash v.3 to the Linux shell.
home: http://murmur.vaizard.org/en/


Usage : MurmurHash3CLI <32bit-decimal-seed>

Application reads the input data from the standard input
and prints the result 128-bit hex coded hash to the standard output.
Seed can be either signed or unsigned.


NOTE : when passing a string to MurmurHash3CLI with echo, remember to use
       echo -n <string> | MurmurHash3CLI <32bit-decimal-seed>

About

A C++ fork/rewrite of the smhasher project to bring Murmurhash v.3 to the Linux shell and to the PHP scripting language.

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
GPL-LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published