8 points | by aaqaishtyaq 2 hours ago
4 comments
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.
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?...
generating pwd from random website is already not a safe move...
Really nice work I especially like the UI!
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.
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?...
generating pwd from random website is already not a safe move...
Really nice work I especially like the UI!