Skip to content

1.0.0

Compare
Choose a tag to compare
@dingosky dingosky released this 28 Jul 19:02
· 100 commits to main since this release

puid-js 1.0.0

puid provides simple, flexible and efficient generation of probably unique identifiers (puid, aka random strings) of intuitively specified entropy using pre-defined or custom characters (including Unicode).

The README file provides detailed overview of puid-js usage and motivation.

tl;dr

  • Ease
    Random ID generator specified in one line of code

  • Flexible
    Full control over entropy source, ID characters and amount of ID randomness

  • Explicit
    Clear specification of chosen level of randomness

  • Efficient
    Maximum use of system entropy

  • Compact
    ID strings represent maximum entropy for characters used

  • Secure
    Defaults to a secure source of entropy and at least 128 bits of ID entropy