0.2.0 • Published 3 years ago

plain-id v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Plain ID

Simple ID generator for browser applications. Zero dependancies and simple to follow.

It's kept simple so you can copy the idea into your project.

Switch to random value generator over crypto random values. https://v8.dev/blog/math-random

There is a wonderful article here on seeded random values in JS by David Bau http://davidbau.com/archives/2010/01/30/random_seeds_coded_hints_and_quintillions.html

https://w3c.github.io/webcrypto/