Skip to content

Chrome & Firefox browser extension for pass, a UNIX password manager.

License

Notifications You must be signed in to change notification settings

raxod502/browserpass

 
 

Repository files navigation

Browserpass

Browserpass is a Chrome & Firefox extension for zx2c4's pass, a UNIX based password manager. It retrieves your decrypted passwords for the current domain and allows you to auto-fill login forms. If you have multiple logins for the current site, the extension shows you a list of usernames to choose from.

Browserpass in the Chrome menu

It uses a native binary written in Golang to do the interfacing with your password store. Secure communication between the binary and the browser extension is handled through native messaging.

Requirements

  • A recent version of Chrome, Chromium or Firefox 50+.
  • Pass (on UNIX)
  • Your password filename must match your username or your file must have a line starting with login: or username:, followed by your username.

Examples

$ pass website.com/johndoe
the-password

$ pass website.com
the-password
login: johndoe

Installation

Start out by downloading the latest release package for your operating system. Prebuilt binaries for 64-bit OSX & Linux are available. Arch users can install browserpass from the AUR.

Installing the host application

  1. Extract the package to where you would like to have the binary.
  2. Run ./install.sh to install the native messaging host. If you want a system-wide installation, run the script with sudo.

Installing the binary & registering it with your browser through the installation script is required to allow the browser extension to talk to the local binary application.

Installing the Chrome extension

You can either install the Chrome extension from the Chrome Web Store or drag the chrome-browserpass.crx file from the release package into the Chrome Extensions (chrome://extensions) page.

Installing the Firefox extension

You can install the Firefox extension from the Mozilla add-ons site. Please note that you will need Firefox 50 or higher.

Usage

Click the lock icon or use Alt + Shift + L to fill & submit your login info for the current site.

Note: this does not yet work in Firefox, but will soon once Firefox supports the _execute_browser_action command.

Contributing

Check out Contributing.

License

MIT Licensed.

About

Chrome & Firefox browser extension for pass, a UNIX password manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 32.3%
  • JavaScript 28.2%
  • Shell 20.6%
  • CSS 9.0%
  • Makefile 7.7%
  • HTML 2.2%