logoalt Hacker News

applfanboysbgontoday at 5:44 PM1 replyview on HN

Virtually any password other than "password123" is fine if you're rate limited to a few guesses per day by a networked service. Passwords should be secure against the inevitable data breach when the service you're using loses their hashed password database, which happens on a routine basis.


Replies

strbeantoday at 6:46 PM

Seems like the only real issue here is that rustdesk uses SHA256 instead of argon2.