GitXplorerGitXplorer
d

hyperterm-lastpass

public
13 stars
3 forks
8 issues

Commits

List of commits on branch master.
Unverified
42513441d42f150eebc8de920394c8bf4951b107

1.0.1

ddfrankland committed 8 years ago
Unverified
9383781bdab780e67537cd4223951ffce70a6829

Fix files included in npm package

ddfrankland committed 8 years ago
Unverified
e16a7c9716e2828644fb0c3f4dc706b1add82e9c

1.0.0

ddfrankland committed 8 years ago
Unverified
7179200c117618541b1593965bb634adbb6b804c

Initial Commit

ddfrankland committed 8 years ago

README

The README file for this repository.

HyperTerm Lastpass

Lastpass plugin for autofilling passwords in HyperTerm.

About

I have admired hyperterm-1password because it seemed like such a cool idea, but I have always used Lastpass! This made me quite jealous, so I went ahead and created lastpass-node because there were no Node.js clients yet for Lastpass (sigh). Then I created this cool plugin! Finally, an easy way to fill in my passwords easily with HyperTerm 🎉

Lastpass vaults are stored locally and are encrypted. The plugin will try to clear decrypted accounts from memory as soon as possible, too.

I am not a security expert, and I am not liable for any problems that may arise due to using this plugin.

alt demo

How to use

  1. Either click the Plugins > Lastpass menu item or use Cmd or Ctrl + L.
  2. Enter your Lastpass username and password.
  3. If you need to enter a 2 factor authentication pin, enter it.
  4. Search for the password you want to enter.
  5. Click on the row you would like to autofill a password with.
  6. ????
  7. PROFIT!!!

Caveats

There's currently no way of updating your Lastpass vault locally. The vaults are stored to ~/.lastpass-vault-${USERNAME}, delete the vault you'd like to update and re-login to update the vault.