Show HN: Privacy focused client side password generator

(password-generator.aaqa.dev)

8 points | by aaqaishtyaq 2 hours ago ago

4 comments

  • gkbrk an 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 38 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?...

  • hahooh 31 minutes ago

    generating pwd from random website is already not a safe move...

  • cdieck88 an hour ago

    Really nice work I especially like the UI!