Slashdot Mirror


A Plea For Websites To Stop Blocking Password Managers

An anonymous reader writes: Password managers aren't a security panacea, but experts widely agree that it's better to use one than to have weak (but easy-to-remember) passwords. Just this week, they were listed as a tool non-experts don't use as much as experts do. I use one, and a pet peeve of mine is when a website specifically (or through bad design) interferes with the copying and pasting of a password. Thus, I appreciated this rant about it in Wired: "It's unacceptable that in an age where our lives are increasingly being played out online, and are sometimes only protected by a password, some sites deliberately stop their users from being as secure as possible, for no really justifiable reason."

3 of 365 comments (clear)

  1. Re:Never seen them blocking CNTRL-C CNTRL-V by Gaygirlie · · Score: 3, Informative

    Blizzard's Battle.net does this. Or at least to, I haven't checked recently. I did contact them about it and they just scoffed it off as a "security measure."

  2. Re:A plea to fuck off. by gmack · · Score: 3, Informative

    My server logs disagree with your assumptions. Fail2ban is running constant blocks on botnets trying to guess passwords on SSH, FTP, SASL and webesites and this goes for my day job, my personal server and my evening contracts.

  3. Re:Scripts that interact with passwords fields aws by Zalbik · · Score: 3, Informative

    JavaScript can also intercept the contents of the clipboard.

    Not by default it can't.

    True there are potentially bugs in implementation or bad configurations that allow scripts to read the external clipboard, but the same argument could be made against password managers. Poor security / configuration of the browser could allow scripts to read the password provided by the password manager.