Comment Re:I wouldn't (Score 1) 265
The phishing/bad domain problem is really because we rely on DNS for verifying that we are talking to who we think we should be. That will never work well. Really we should be focusing on making it easy to use crypto for that. SSH has proven this model, where both sides have a "host key". Browsers could easily also have a host key, then when you first log into your bank's website, you would tell your bank to remember your host key, and then both sides would check that they are talking to who they expect. That's just one thing that could be done, there are many others.