Keepassxc: Difference between revisions

From wikinotes
Line 27: Line 27:
* Firefox based browsers (ex. Firefox/Seamonkey)
* Firefox based browsers (ex. Firefox/Seamonkey)
* Edge
* Edge
Allow Browser Extension
<syntaxhighlight lang="yaml">
- open: keepassxc:
  - Tools/Settings:
    - Tab: Browser Integration:
      - [x] Enable browser integration
      - Enable Integration for these browsers:
        - [x] firefox  # for example
</syntaxhighlight>
Connect Browser Extension
<syntaxhighlight lang="yaml">
# with keepassxc open, and logged in
- Click Extension:
  - Settings Cog:
    - Choose to link with database
</syntaxhighlight>
</blockquote><!-- Browser -->
</blockquote><!-- Browser -->



Revision as of 16:34, 4 September 2022

A fully cross platform keepass implementation.

Documentation

official docs https://keepassxc.org/docs/KeePassXC_UserGuide.html

Install

sudo pacman -S keepassxc       # archlinux
gsudo choco install keepassxc  # windows

Configuration

Integrations

Browser

  • Chromium based browsers (ex. Chromium/Chrome/Qutebrowser/Vivaldi/Brave)
  • Firefox based browsers (ex. Firefox/Seamonkey)
  • Edge

Allow Browser Extension

- open: keepassxc:
  - Tools/Settings:
    - Tab: Browser Integration:
      - [x] Enable browser integration
      - Enable Integration for these browsers:
         - [x] firefox  # for example

Connect Browser Extension

# with keepassxc open, and logged in
- Click Extension:
  - Settings Cog:
    - Choose to link with database

SSH Agent

Manage access to SSH keys.

Keeshare

Share a subset of entries with others.