Establishing a Secure Password Generator for Your Website (medium.com) 1 points by Charles_Stover 8y ago ↗ HN
[–] bufferoverflow 8y 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
[ 3.3 ms ] story [ 18.7 ms ] threadUse Crypto.getRandomValues() instead