Show HN: Privacy focused client side password generator

(password-generator.aaqa.dev)

8 points | by aaqaishtyaq 1 hour ago

3 comments

  • gkbrk 11 minutes ago
    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.

  • ngruhn 4 minutes ago
    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?...

  • cdieck88 17 minutes ago
    Really nice work I especially like the UI!