I built Password Generator JP because many password tools either feel too complicated or give users a random string without explaining whether it is actually secure.
The goal is simple:
• Generate strong passwords instantly
• No signup required
• Passwords are created locally in the browser
• See password strength and estimated cracking time
• Generate multiple passwords or temporary passwords for teams
I’d especially love feedback on three things: whether the strength explanation is easy to understand, which settings you use most, and what would make this useful enough to bookmark.
Thanks for checking it out — I’ll be replying to every comment.
Report
The no-signup approach is genuinely refreshing, and I love that the strength meter shows estimated crack time right next to the generated password. Makes it easy to actually understand why longer + more symbols matters without any extra clicks.
Report
Hunter
@tunahanalaukfl Thanks, Tunahan — that’s exactly the experience I wanted to create: generate a strong password, understand why it’s strong, and leave without creating an account.
Everything is generated locally in your browser using crypto.getRandomValues, so generated passwords are never sent to or stored on our server.
Out of curiosity, would you mainly use this for personal accounts, or for generating temporary passwords for a team?
Replies
Hi Product Hunt 👋
I built Password Generator JP because many password tools either feel too complicated or give users a random string without explaining whether it is actually secure.
The goal is simple:
• Generate strong passwords instantly
• No signup required
• Passwords are created locally in the browser
• See password strength and estimated cracking time
• Generate multiple passwords or temporary passwords for teams
I’d especially love feedback on three things: whether the strength explanation is easy to understand, which settings you use most, and what would make this useful enough to bookmark.
Thanks for checking it out — I’ll be replying to every comment.
The no-signup approach is genuinely refreshing, and I love that the strength meter shows estimated crack time right next to the generated password. Makes it easy to actually understand why longer + more symbols matters without any extra clicks.
@tunahanalaukfl Thanks, Tunahan — that’s exactly the experience I wanted to create: generate a strong password, understand why it’s strong, and leave without creating an account.
Everything is generated locally in your browser using crypto.getRandomValues, so generated passwords are never sent to or stored on our server.
Out of curiosity, would you mainly use this for personal accounts, or for generating temporary passwords for a team?