User Tools

Site Tools


linux:security:password:password-manager:keepassxc

This is an old revision of the document!


KeePassXC


Description

Awesome GUI Password Manager.


Install

apt

  • Install using apt:
    sudo apt install keepassxc

AppImage

  • Download the AppImage, GPG Key, and SHA Digest: https://keepassxc.org/download/
  • Import KeePassXC's gpg signing key:
    gpg --fetch-keys https://keepassxc.org/keepassxc_master_signing_key.asc
  • GPG Verify the signature file:
    gpg --verify KeePassXC-*.sig
  • Verify integrity of the AppImage:
    sha256sum -c KeePassXC-*.AppImage.DIGEST
  • Move the AppImage to somewhere in your $PATH:
    mv ~/Downloads/KeePassXC-*.AppImage ~/.local/bin/keepassxc
  • Make the AppImage executable:
    chmod u+x ~/.local/bin/keepassxc
  • Create a .desktop file:
    [Desktop Entry]
    Name=KeePassXC
    GenericName=Community Password Manager
    Exec="keepassxc" %U
    Icon=appimagekit-keepassxc
    Terminal=false
    Type=Application
    Categories=Qt;Utility;
    MimeType=application/x-keepass2;
    X-Desktop-File-Install-Version=0.22

linux/security/password/password-manager/keepassxc.1636501174.txt.gz · Last modified: by chuck