Show HN: Privacy focused client side password generator
password-generator.aaqa.dev
Show HN: Privacy focused client side password generator
1–10 of 12 posts
Re: Show HN: Privacy focused client side password generator
#2Re: Show HN: Privacy focused client side password generator
#3> 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
#4https://gruhn.github.io/regex-utils/password-generator.html?...
Re: Show HN: Privacy focused client side password generator
#5Re: Show HN: Privacy focused client side password generator
#6Re: Show HN: Privacy focused client side password generator
#7generating pwd from random website is already not a safe move...
Re: Show HN: Privacy focused client side password generator
#8Really nice work I especially like the UI!
Re: Show HN: Privacy focused client side password generator
#9It'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
#10Shameless 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?...