Show HN: Privacy focused client side password generator

8 pointsposted 8 hours ago
by aaqaishtyaq

9 Comments

gkbrk

7 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.

aaqaishtyaq

2 hours ago

The app is hosted via github pages and is open source. Feel free the read the code. I built this so i don't have to visit other random pages. Just a tool for myself.

hahooh

7 hours ago

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

aaqaishtyaq

2 hours ago

That's why i build something for my own. I don't trust anyone else

cdieck88

7 hours ago

Really nice work I especially like the UI!

aaqaishtyaq

2 hours ago

Thank you. I build it to avoid visiting random website to generate password

bbg2401

4 hours ago

Aside from the security and slop issues, I'm curious to hear the rationale for using TanStack Router for an application with a single page and no server endpoints.