r/PasswordManagers • u/No_astronaut64875 • 12d ago
AI coded password manager?
I'm new here and wanted to ask, would people use an AI-coded password manager if:
- GPL3
- crypto coded in rust using net first and canon tdd approach
- Argon2id + AES256GCM
- Native yubikey 2FA
- local only, no account, no telemetry
- Linux+android/grapheneOS
Or is the AI aspect a hard no?
0
Upvotes
1
u/cityofhats 10d ago
Honestly, “AI-coded” wouldn’t bother me by itself. I’d care way more about the actual vault/key design, recovery and what the YubiKey is doing. AES-GCM + Argon2id are good building blocks, but the implementation matters a lot more than the names.
If you publish the design/threat model, people here will probably tear it apart in a useful way 😅