Flutterby™! : secure random password in JavaScript

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

secure random password in JavaScript

2024-02-05 18:22:09.248844+01 by Dan Lyke 0 comments

How to create a secure random password with JavaScript. Probably stuff you know, about modulo bias and using decent sources of randomness and so forth (although at least one of my little one-off (non-JS) scripts that manages one of my personal sites has random number collisions far more often than I think it should for reasons I've never bothered to fix because it's just an annoyance, but...), but it's in one place.

[ related topics: Weblogs Archival ]

comments in ascending chronological order (reverse):