secure-random-string
Advanced tools
Changelog
[1.1.4] 2024-09-26
securerandomstring
would throw an exception. Now it will retry to generate a random string until it succeeds, or the call stack becomes full.Changelog
[1.1.0] 2017-12-26
Changelog
[1.0.0] 2015-08-27
Async API now follows the Node.js convention of returning an error as the first argument to the callback. The error might be populated if the system runs out of entropy. (#2, @markstos)
urlsafe
option was removed. All strings are URL-safe now. (#4, @S2-, @markstos)