|
|
|
|
|
by cxam
4002 days ago
|
|
Thanks. I agree that a web-based password generator is not ideal and have mentioned this in the about page. This is mostly due to Math.random() being pseudorandom. However, the application does try to be a bit better than some of the services currently out there by seeding Math.random() and using window.crypto.getRandomValues() to generate cryptographically random values where available. Also, it goes without saying but the passwords are generated on the client as all similar services should. |
|
Using remotely loaded JavaScript code. This is just not safe.