Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples for why this would be helpful #7

Open
ctavan opened this issue Mar 2, 2020 · 1 comment
Open

Examples for why this would be helpful #7

ctavan opened this issue Mar 2, 2020 · 1 comment

Comments

@ctavan
Copy link
Contributor

ctavan commented Mar 2, 2020

Problems like uuidjs/uuid#392 are another good example of why it would be really helpful to have a CSPRNG baked into the JavaScript language (as @broofa noticed in uuidjs/uuid#392 (comment)).

@ctavan
Copy link
Contributor Author

ctavan commented May 29, 2020

And there are more: Right now we are struggling to make a CSPRNG available for React Native environments, see uuidjs/uuid#375

Interestingly, the users of these platforms have unknowingly been using the Math.random()-based fallback for uuid generation for years. It only became apparent when we removed that default fallback from the uuid library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant