Keepass

From wikinotes
Revision as of 15:40, 27 March 2022 by Will (talk | contribs) (→‎GUI)

Keepass is a password database. It is trusted by NASA, Canadian Bank, etc.
Good enough for me!

CLI access is possible through a perl script.

Documentation

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

Install

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

Implementations

The keepass database can be read/written to from various programs.

GUI

These are mostly the same, and fairly self explanatory.

keepass official keepass, for windows/macos
keepassX keepass, rewritten for Xorg
keepassxc fully cross platform OSS keepass implementation

CLI

keepassxc-cli keepassxc cli
kpcli perl interface to keepass

Web

keeweb web interface to keepass db