TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Simple and secure random password generator

1 pointsby kabalwegover 10 years ago

2 comments

jamessantiagoover 10 years ago
The generator: <a href="https://www.randompasswordgenerator.info/js/custom.min.js" rel="nofollow">https:&#x2F;&#x2F;www.randompasswordgenerator.info&#x2F;js&#x2F;custom.min.js</a><p>Is Math.random() a secure rng? <a href="http://stackoverflow.com/questions/5651789/is-math-random-cryptographically-secure" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;5651789&#x2F;is-math-random-cr...</a><p>I wouldn&#x27;t consider this password generator to be secure due to the use of a non-crypto grade rng, but it&#x27;s certainly looks useful for quickly generating a password.
评论 #8343508 未加载
tonteldoosover 10 years ago
If we can&#x27;t view the source (or at least the algorithms and libraries used), its security is only hearsay.
评论 #8338658 未加载