Questions tagged [lastpass]

LastPass is a password management service. It is available as a plugin for various web browsers.

LastPass Password Manager is a freemium password management service developed by LastPass. It is available as a plugin for , Mozilla , , , and . There is also a LastPass Password Manager bookmarklet for other browsers.

LastPass seeks to resolve the password fatigue problem by centralising user password management in the cloud.

Passwords in LastPass Password Manager are protected by a master password and are encrypted locally and are synchronized to any other browser. LastPass Password Manager also has a form filler that automates password entering and form filling. It also supports password generation, site sharing and site logging.

If your question is related to the use of LastPass or its integration with any supported browser you should use this tag.

59 questions
1
vote
1 answer

How to tell the encryption used on given string in example?

I am using an NPM package called Lastpass... it decrypts most of the info of the Lastpass vault, but not the name, notes, username and password. Strings look like this: p://sn', notes:…
eliezer
  • 11
  • 2
1
vote
0 answers

lastpass cli generate with pronounceable password

I'm using the lastpass cli to update passwords used in an automation process. I would like these passwords to be pronounceable. Is there an arguments flag that can do this? $ lpass generate Usage: lpass generate [--sync=auto|now|no] [--clip, -c]…
Alex Cohen
  • 5,596
  • 16
  • 54
  • 104
1
vote
0 answers

Force LastPass to prompt user to update their username after they change it

We're running into an issue that has been asked about before here and here - after a user changes their email, LastPass will autofill the old email on our settings page. Since there seems to be no good way to prevent that from happening, we'd like…
Bonnici
  • 1,596
  • 2
  • 12
  • 21
1
vote
0 answers

LastPass-python integration

Trying to grab a list of my passwords from my corporate LastPass account. Using the simple: import lastpass vault = lastpass.Vault.open_remote(username, password) for i in vault.accounts: print(i.id, i.username, i.password, i.url) Got this…
Misha AM
  • 137
  • 3
  • 13
1
vote
3 answers

Lastpass bar with an iframe breaks my css

I have two buttons are set position equal to "absolute", when the LastPass addon's bar dipslays, they displays wrong because LastPass had inserted an iframe to my webpage: LastPass iFrame