Related: I think it's surprising how many services leak whether or not a password is correct. E.g. bad password => error, good password => 2FA prompt. You should verify a user's second factor before password.
Tell HN: Somebody implemented something I wrote a blog about
191–200 of 253 posts
Re: Tell HN: Somebody implemented something I wrote a blog about
#192Years back, every web browser's built-in password manager locked up the page when submitting a login form, waiting for the user to answer "do you want to save this password?" before proceeding. I thought that was silly: how do I know if I want to save the password before I've seen whether it's correct? Which I can't see until the form is submitted. At the time I was using Opera, so I wrote in to their customer suppor…
Re: Tell HN: Somebody implemented something I wrote a blog about
#193Earlier quoted context omitted.
This is not a huge deal in practice and can be a good honeypot/alarm system. Most services today have fairly low "lockout" + "notify" thresholds on wrong passwords so brute force spraying passwords is already out of the question. Now, if someone fails the password check, clearly the user's current password is still secure so leaking that the attempted password was wrong to an attacker is not particularly helpful to t…
> Now, if someone fails the password check, clearly the user's current password is still secure so leaking that the attempted password was wrong to an attacker is not particularly helpful to them. Maybe I misunderstand your post, but I think the parent comment is talking about leaking whether a password is correct and not whether it's wrong . (If I did misread your comment, apologies in advance and disregard the rest…
So you’re asking for the business to implement something that makes their own users less secure so that sites that don’t provide 2fa can be more secure. Maybe it would be better for those sites to improve their own security instead of asking others to compromise theirs to help cover for someone else’s lack of effort.
Re: Tell HN: Somebody implemented something I wrote a blog about
#194Earlier quoted context omitted.
If only Roku and Android TV boxes had a way to display pdf's on the TV! Hint hint hint!!! After all, they can display movies, pictures, and music. PDFs, please! I'd even pay for it.
You could always open the pdf on your phone and cast your phone screen.
Re: Tell HN: Somebody implemented something I wrote a blog about
#195(I don't really believe that my message really caused this to happen, it's for sure a weird coincidence to me)
Re: Tell HN: Somebody implemented something I wrote a blog about
#196Earlier quoted context omitted.
Vivaldi is pretty good and though it's based on chromium, is the new opera in spirit.
I might try Vivaldi out after your comment and because of their completely sarcastic pricing section on the download page. Genius.
Re: Tell HN: Somebody implemented something I wrote a blog about
#197Earlier quoted context omitted.
This is not a huge deal in practice and can be a good honeypot/alarm system. Most services today have fairly low "lockout" + "notify" thresholds on wrong passwords so brute force spraying passwords is already out of the question. Now, if someone fails the password check, clearly the user's current password is still secure so leaking that the attempted password was wrong to an attacker is not particularly helpful to t…
> Now, if someone fails the password check, clearly the user's current password is still secure so leaking that the attempted password was wrong to an attacker is not particularly helpful to them. Maybe I misunderstand your post, but I think the parent comment is talking about leaking whether a password is correct and not whether it's wrong . (If I did misread your comment, apologies in advance and disregard the rest…
So all this discussion about how to handle the failed login is somewhat pointless.
Re: Tell HN: Somebody implemented something I wrote a blog about
#198Related: I think it's surprising how many services leak whether or not a password is correct. E.g. bad password => error, good password => 2FA prompt. You should verify a user's second factor before password.
Same thing goes for email address when registering. Correct email => “already in use” is still frequent, although some websites (such as github) have changed it to “incorrect or already in use email”
Re: Tell HN: Somebody implemented something I wrote a blog about
#199Earlier quoted context omitted.
Opera was the most innovative web browser ever. They brought so many new things to the world of web browsing. Tabbed-browsing, mouse gestures, colored tabs, browser themes, in-built security integration with anti-virus software, an extensible browser - so many wonderful innovative features. It was a paid software initially, but then they made it free for everyone. I used to use it as my default browser, maybe 13-15 y…
Something I really miss from Opera is that the content of every page you visited was saved and stored for search! This helped me so often to find pages that I had visited, and remembered a few words from, but didn't bookmark or save otherwise. No idea why browsers today did not copy this feature.
Re: Tell HN: Somebody implemented something I wrote a blog about
#200Earlier quoted context omitted.
Opera was the most innovative web browser ever. They brought so many new things to the world of web browsing. Tabbed-browsing, mouse gestures, colored tabs, browser themes, in-built security integration with anti-virus software, an extensible browser - so many wonderful innovative features. It was a paid software initially, but then they made it free for everyone. I used to use it as my default browser, maybe 13-15 y…
Something I really miss from Opera is that the content of every page you visited was saved and stored for search! This helped me so often to find pages that I had visited, and remembered a few words from, but didn't bookmark or save otherwise. No idea why browsers today did not copy this feature.