8 pointsby aaqaishtyaq3 hours ago4 comments
  • gkbrk2 hours 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.

  • ngruhn2 hours 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?...

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