User Tools

This is an old revision of the document!


Setting up a password manager on Linux Mint

Install packages

  • pass
  • qtpass
  • pass-otp (recommended)

Generate key

  1. Open “Passwords and Keys” (seahorse)
  2. Select “GnuPG keys” on the left
  3. Press the “+” symbol in the top left.
  4. Select “GPG key”
  5. Fill in the fields “Full Name,” “Email Address,” and optionally “Comment”
  6. Set the “Encryption Type” to “RSA” and “Key Strength (bits)” to 3072
  7. Press “Create” in the top right.
  8. Input a passphrase for the key in the “Password” and “Confirm” fields. This will be your “master” password.
  9. Your new key should now show up in the list in the main pane of the window.

Back up your key

  1. Decide on backup locations for your key; cloud storage, a dedicated backup drive, etc.
  2. Right click on your newly generated key
  3. Select “Properties” from the context menu.
  4. Click on the hamburger menu in the top left
  5. Select “Export secret key”
  6. Navigate to wherever you want to back up your key.
  7. Make sure the file name makes sense.
  8. Select “Export”
  9. Input your key's passphrase and press “OK.”

Setting up QtPass

  1. Open QtPass from the menu
  2. It will complain that there is no password store initialised. This is fine. Press OK.
  3. Check the box next to your newly generated key in the “Read Access Users” dialog that comes up next.
  4. Press OK.
  5. Accept the options in the “Configuration” window that pops up next with “OK.”

Adding Passwords

  1. Navigate to the main “QtPass” window
  2. Click on the “Add password” icon in the top left.
  3. Type in the domain name of the service you want to save a password for and press “OK.”
  4. Type the password to save in the “Password” box.
  5. (Optional) Add your email or username in the larger unmarked box, preceded by something along the lines of email: .
  6. Press “OK.” to save the password.

Setting up the Firefox addon (PassFF)

Installing the Firefox part

  1. Click “Add to Firefox”
  2. (Optional) Check “Allow extensions to run in private windows” box
  3. Confirm with “Add”
  4. (Optional) Check the “Pin extension to toolbar” box.

Installing the native addon

Instructions adapted from https://codeberg.org/PassFF/passff-host - manual installation instructions are available there also.

  1. Click on the first “install_host_app.sh” link.
  2. Open your file manager, and go to Downloads
  3. Right click on the background, and click “Open in Terminal” from the context menu.
  4. Run the following commands (copy and paste, then press Enter):
    1. chmod +x install_host_app.sh
    2. ./install_host_app.sh firefox
  5. Restart Firefox

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information