biggora / device-uuid

Fast browser device uuid generation library. Written in pure JavaScript, no dependencies.
MIT License
185 stars 96 forks source link

Generation of unique id for each device #9

Closed vigneshrajann closed 4 years ago

vigneshrajann commented 4 years ago

I have created the uuid using this method var uuid = du.hashMD5(dua.join(':')); Now this one return unique id for chrome but in firefox its returning different id. Is there is any possibility to create UUID that should be unique for all the client browser.

kdastan commented 4 years ago

@vigneshrajann did you include browser or version properties to your dua array?