“The password generator included in Kaspersky Password Manager had several problems. The most critical one is that it used a PRNG not suited for cryptographic purposes. Its single source of entropy was the current time. All the passwords it created could be bruteforced in seconds.”
https://donjon.ledger.com/kaspersky-password-manager/
They used math.random() on the web version y’all. This is a “security” company. I’m speechless.
@aral Kaspersky proves their incompetence again
@aral I would also recommend reading some articles about it here: https://palant.info/categories/kaspersky. It's funny how a security company can fail that bad
@aral Glad I'm using
```< /dev/random tr -d -c "[:graph:]"``` with enough entropy for gerenation of my passwords.
@bob Ah, I thought it was a reply to the other thread.
So less ironic but still, not sure why it’s not showing up.