You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an alternate solution to address this, I submitted a PR to crypto-random-string to add this character set as an option to that module: sindresorhus/crypto-random-string#14
This module uses
Math.random()
is not really random.A crypto secure solution would use
crypto.getRandomBytes()
.To fix this, the "create" function could use
crypto-random-string
The text was updated successfully, but these errors were encountered: