dylang / shortid

Short id generator. Url-friendly. Non-predictable. Cluster-compatible.
https://www.npmjs.org/package/shortid
Other
5.74k stars 258 forks source link

Option to provide less than 64 characters? #158

Closed JoshMcCullough closed 4 years ago

JoshMcCullough commented 4 years ago

I'd like to generate ids with only alphanumeric characters, but that is not possible because there are only 62 of those characters. I realize that this affects the total number of possible unique ids, but also realize that it won't matter in my case, and would be opt-in.

ai commented 4 years ago

This project is deprecated.

Use Nano ID which is smaller, faster and allow to change alphabet.

JoshMcCullough commented 4 years ago

Thank you.