Image gallery for: Pure python implementation of fnv64 and a custom hash suitable for urls the hash prepends a salt in from of the data then computes the fnv64 hash and encode the data in base64 remember however that the fnv64 is not a cryptographic hash
Pure Python implementation of FNV64 and a custom hash suitable for urls. The hash prepends a salt in from of the data, then computes the FNV64 hash and encode the data in base64. Remember however t...