Earlier quoted context omitted.
Yes, password managers are way safer than copy-pasting. You don't want something as sensitive as a password in your clipboard buffer, either.
Gah what then? I use strong passwords but almost all of them flow through my clipboard.
Substack's UI and 1Password temporarily cost me $2k
141–150 of 278 posts
Re: Substack's UI and 1Password temporarily cost me $2k
#142Earlier quoted context omitted.
Any password of sufficient strength would be slow and error-prone to copy manually. What’s the middle ground?
On a desktop, you can use KeePass and its variants to "auto-type". It'll switch focus to the last app you were in and type your username, a tab, your password, and then enter. No extensions or clipboard required. Just hit CTRL-SHIFT-V after highlighting the entry.
Re: Substack's UI and 1Password temporarily cost me $2k
#143Just wanted to add some detail on how the 1Password extension operates here, since the term "autofill" can be ambiguous: 1. The "autofill" function only fills in the credit number when the user specifically tells it to; it does not proactively fill forms with no user intervention. 2. "autofill" does not automatically submit the form after filling (although certain forms may be implemented to submit automatically once…
In the example posted here, it happily completed fields for the credit card expiration year TWICE on the same form, one of which was pre-populated with a value that could not possibly have been a year. The apparent cause is because the substring 'year' appeared in the field name. Levenshtein distance of 12 for a 4 letter word? Yep, looks good! I mean, it's a result so certain there's no need to prompt the user, highlight changed fields or anything, right?
Re: Substack's UI and 1Password temporarily cost me $2k
#144Yikes. I love my password manager, but I decided when I got it that I was never going to use the browser extensions. Putting your password manager anywhere near your web browser just seems like insanity to me (all the exploit write-ups I recall about password managers were related to browser extensions and sandbox escapes). This seems like another reason. It's not worth it. Keep the password manager in its own app an…
I do not see a reason to copy paste in any use case at all.
Re: Substack's UI and 1Password temporarily cost me $2k
#145Earlier quoted context omitted.
Yes, password managers are way safer than copy-pasting. You don't want something as sensitive as a password in your clipboard buffer, either.
Gah what then? I use strong passwords but almost all of them flow through my clipboard.
Personally I use rofi-pass to access GNU pass passwords (so just a hotkey and search for password name)
I'd warmly recommend it (or whatever other client you use for GNU pass) but I'm sure you can find similar functionality for any other decent password manager.
Re: Substack's UI and 1Password temporarily cost me $2k
#146Yikes. I love my password manager, but I decided when I got it that I was never going to use the browser extensions. Putting your password manager anywhere near your web browser just seems like insanity to me (all the exploit write-ups I recall about password managers were related to browser extensions and sandbox escapes). This seems like another reason. It's not worth it. Keep the password manager in its own app an…
Password managers aren't nearly intelligent enough to be used without copy and paste for sensitive forms. One example is how almost every password manager including the built-in one in most browsers will assume that if there's a type="password" field, then the previous sibling field must be the username. Sometimes they'll even pick a field far away in the DOM like your chatbox input to autofill with the username. So…
[0] https://git.zx2c4.com/password-store/tree/contrib/dmenu/READ...
Re: Substack's UI and 1Password temporarily cost me $2k
#147Earlier quoted context omitted.
On a desktop, you can use KeePass and its variants to "auto-type". It'll switch focus to the last app you were in and type your username, a tab, your password, and then enter. No extensions or clipboard required. Just hit CTRL-SHIFT-V after highlighting the entry.
I tried using this but the final "enter" made me too uncomfortable. I really wish it was optional so I could verify where it just typed the password before submitting. After accidentally sending my password in the wrong field/window a couple of times I stopped using it entirely. Now I just copy-paste :(
Re: Substack's UI and 1Password temporarily cost me $2k
#148Earlier quoted context omitted.
It looks like paste and it's almost the same from the user perspective, but the data never makes it to the clipboard, where it would be available to every running application.
From what I can see, KeePass does use the clipboard. [0] [0] https://github.com/dlech/KeePass2.x/blob/VS2019/KeePassLib/N...
That said, the implementation probably differs on different platforms. 1Password, for example, uses a virtual "keyboard" on Android.
Re: Substack's UI and 1Password temporarily cost me $2k
#149Re: Substack's UI and 1Password temporarily cost me $2k
#150Earlier quoted context omitted.
Yes, password managers are way safer than copy-pasting. You don't want something as sensitive as a password in your clipboard buffer, either.
Gah what then? I use strong passwords but almost all of them flow through my clipboard.