this post was submitted on 09 Sep 2023
262 points (96.1% liked)
Privacy
31818 readers
508 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Depends on how it's implemented. IMHO the best ones are password managers external to the browser but with a plugin which detects the domain name. The risk with autofill is stuff like spoofing and malicious iframes, a secure plugin can detect that and refuse to autofill.
Alternatively, just set it to always ask when it detects a login form.
Most browser autofills already work off the domain name? Unless you're saying there's plugins that work off of security certs instead?
That is, in fact, more secure than having to copy the login manually.
Isn’t that, like, the whole point of a password manager?
automatic auto fill is where your u/p is filled when you load the page with no interaction required
requiring an interaction to fill the u/p means you expect there to be a login box to fill, which can mitigate certain kinds of compromise
I would guess so, although the real purpose is likely to keep your passwords somewhere so that you can find them when you need them. I'm not sure why autofill is bad since your password manager generally already knows which password works on which website.
If an attacker compromises the page or does a man in the middle and injects a form that isn't displayed, it can trick your password manager to auto fill your login information and then send it anywhere. But that's just one vector and if an attacker has compromised the server, there are a number of attack vectors they could take.
Yeah, if an attacker can modify your page it doesn't matter if you auto-fill, fill on request or copy/enter the credentials manually - you are fucked either way.