Joe12387 / OP-Fingerprinting-Script

An overpowered JavaScript browser fingerprinting library for creating persistent, unique and long-lasting digital fingerprints.
MIT License
114 stars 7 forks source link

53 bit hash #3

Open doublex opened 1 year ago

doublex commented 1 year ago

Maybe replace murmur (32bit) with this hash: https://github.com/bryc/code/blob/master/jshash/experimental/cyrb53.js

Maybe only to hash the result: https://github.com/Joe12387/OP-Fingerprinting-Script/blob/main/src/opfs.ts#L1033