Show HN: Privacy focused client side password generator

(password-generator.aaqa.dev)

8 points | by aaqaishtyaq 2 hours ago

4 comments

  • gkbrk 1 hour 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 1 hour 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?...

  • hahooh 1 hour ago
    generating pwd from random website is already not a safe move...
  • cdieck88 1 hour ago
    Really nice work I especially like the UI!