Live data from Hacker News

Show HN: Privacy focused client side password generator

password-generator.aaqa.dev

1–10 of 12 posts

Re: Show HN: Privacy focused client side password generator

#3
It's such a bad idea to use a random website to generate passwords, surely this has to be bait.

> Strong passwords, generated only on this device. Nothing is sent or stored.

> Private by design

And the only way to verify this is to read and understand 288 KB of obfuscated Javascript code every time you launch this app.

Re: Show HN: Privacy focused client side password generator

#9
post #3

It's such a bad idea to use a random website to generate passwords, surely this has to be bait. > Strong passwords, generated only on this device. Nothing is sent or stored. > Private by design And the only way to verify this is to read and understand 288 KB of obfuscated Javascript code every time you launch this app.

The app is hosted via github pages and is open source. Feel free the read the code. I built this so i don't have to visit other random pages. Just a tool for myself.

Re: Show HN: Privacy focused client side password generator

#10
post #4

Shameless plug: I also built a pure client-side password generator but you can specify the constraints as regular expressions. UI is obviously vibe coded but the logic underneath is hand written. https://gruhn.github.io/regex-utils/password-generator.html?...

This is nice
Post reply on HN