(no title)
vhost-
|
7 years ago
It really doesn't. I'm a full time linux user and I can tell you the support from both lastpass and 1password is abysmal. I have to copy and paste my passwords from both of those platforms using their half-baked browser plugins that rarely work with linux clipboards.
Thriptic|7 years ago
twothumbsup|7 years ago
dcreemer|7 years ago
I used to use "pass" like others here, but did not like the Android experience.
*edited to add: and we use the 1Password team account at my day job -- and are satisfied customers. I'm sure other products work well too -- just my one data point.
ben0x539|7 years ago
I believe the browser addons do not share this shortcoming, though.
jik|7 years ago
LastPass, on the other hand, is in a different category. It _claims_ to have full Linux support, and for a long time they did, but more recently -- as you point out -- copy/paste in their browser plugins stopped working properly when the binary component of the plugin is enabled on Linux. Since the binary plugin component is required to work with attachments, Linux users have been forced to choose between working copy/paste and the ability to manipulate attachments. They've known about this bug for many months and have not fixed it. In fact, this is one of the unfixed bugs which drove us to finally evaluate alternatives to LastPass.
coddingtonbear|7 years ago
monsieurbanana|7 years ago
loeg|7 years ago
jik|7 years ago
thsowers|7 years ago
[0]: https://github.com/lastpass/lastpass-cli
johnny22|7 years ago
tyingq|7 years ago
tln|7 years ago
https://developer.chrome.com/apps/nativeMessaging
paul167|7 years ago
Turns out, the hardest thing is not the crypto or the browser to app communication, but parsing the HTML to accurately find the login forms. If I remember correctly, the browser plugin on Mac actually sends the entire HTML to the app for parsing. The parser is probably quite complicated and they avoid reimplementing it in extensions that way.
[1] https://medium.com/@paulsc/making-a-1password-client-15dd39a...