Establishing a Secure Password Generator for Your Website (medium.com) 1 points by Charles_Stover 7y ago ↗ HN
[–] bufferoverflow 7y ago ↗ This is a horrible horrible article, because it gives horrible insecure advice. You should never use Math.random for password generation.Use Crypto.getRandomValues() instead
2 comments
[ 5.2 ms ] story [ 14.5 ms ] threadUse Crypto.getRandomValues() instead