fnvstring 0.9.7

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

fnvstring 0.9.7

fnvstring is a hash implementation of the Fowler–Noll–Vo non-cryptographic
function.

Installation
$ pip install fnvstring
.

Usage

usage in terminal
You can hash any string from terminal just typing
$ fnvstring "Hello World!"
rzWLzszm9JE


usage in code
from fnvstring import Fvn64SaltedHasher
my_hasher = Fvn64SaltedHasher(salt='Any$tringYouWant, even none')
print(my_hasher.hash('Hello World!')) # Must output dcSEMoww20o if you dont chant the salt param

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.