archf / passff

zx2c4 pass manager extension for Firefox, Chrome and Opera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passff

Join the chat at https://gitter.im/jvenant/passff

zx2c4 pass management extension for Firefox, Chrome*, and Opera*

Official signed version can be found on the Mozilla add-on page

passff

Overview

This extension will allow you to access your zx2c4 pass repository directly from your web browser.

You can choose to automatically fill and submit login forms if a matching password entry is found.

Installation

Alternatively, you can install an older version or the latest build from GitHub by refering to instructions here.

Password configuration

If you only want the extension to fill out passwords, you don't need any special format for your password files. But if you follow our format, the extension can also visit the website's URL and fill out the username and other input fields for you.

The format is:

<the_password>
login: <the_login>
url: <the_url>
<other_inputfield_name> : <inputfield_value>

You can change or configure additional names for the login and url values in preferences.

Lines besides the login and URL that match the format <other_inputfield_name>: <value> can be used to fill in input fields besides the login and password fields. The left hand side of the colon should match the input field's name or id attribute.

Alternatively, you can organize your login information with file structure. For example, if you have this file structure:

  • www
    • supersite.com
      • login
      • user
    • mysite.com

PassFF will

  • get the login from the "login" file under supersite.com
  • get the login from the "login" field inside the mysite.com entry for mysite.com (see format above)

The file structure approach does not support custom input fields, however.

Usage

Once installed, you should have a new icon in your toolbar. Click the icon to browse your password repository or search using a fuzzy matching algorithm.

Keyboard shortcuts

The default shortcut to open the menu is ctrl+y.

With the menu open, you can press enter to execute one of the following commands, according to your preferences:

  • Fill and submit
  • Goto, fill and submit
  • Copy login to clipboard
  • Copy password to clipboard
Preferences

From the extension preferences you will be able to set:

  • Inputs (A comma separated list of input names. Input field names in a html page containing one of those values will be filled with the corresponding value.)
    • Passwords input names
    • Login input names
  • Fields (A comma separated list of field names. The first matching field in the password data or in the store tree will be used as the corresponding value.)
    • Login field names
    • Password field names
    • URL field names
  • Pass Script params
    • The pass script path
    • Pass home (if empty, uses your user home)
    • Location of the gpg agent info file containing environment variables (relative to the home)
  • Adding Passwords
    • The default length for generating passwords
    • Whether or not to include symbols in generated passwords by default
    • Preferred new password method ("generate" or "insert")

Issues

If you're having problems, the most common causes are misconfigured preferences or an improperly installation of the host application. You can get more information by debugging the extension.

First, make sure the host application is installed correctly.

If that's okay, try using the "through shell" approach in the preferences (under "Pass Script").

NOTE: This method may also be applicable if GPG fails to provide a pin entry dialog, or if you experience otherwise unexplained issues with incorrect login and/or password data.

Configure the script's execution parameters appropriately:

  • Set "User home" to the absolute path to your home directory
  • Set "Pass command" to the path to the pass binary (if installed with homebrew, the default location is /usr/local/bin/pass)
  • Set "Pass shell" to your preferred shell (e.g. /bin/bash)
  • Set "Shell arguments" to --login

With those settings in place, the extension should be able to find your passwords.

Thanks

Development and improvements

Russian translation : Grigorii Horos

About

zx2c4 pass manager extension for Firefox, Chrome and Opera

License:GNU General Public License v2.0


Languages

Language:JavaScript 72.7%Language:HTML 10.0%Language:CSS 4.7%Language:Batchfile 4.6%Language:Shell 4.3%Language:Python 3.4%Language:Makefile 0.2%