Keepass: Difference between revisions

From wikinotes
m (Will moved page Keepassxc to Keepass without leaving a redirect)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Keepass is a password database. It is trusted by NASA, Canadian Bank, etc.<br>
Keepass is a password database.
Good enough for me!
 
CLI access is possible through a perl script.
 
= Documentation =
<blockquote>
{| class="wikitable"
|-
| official docs || https://keepassxc.org/docs/KeePassXC_UserGuide.html
|-
|}
</blockquote><!-- documentation -->
 
= Install =
<blockquote>
<source lang="bash">
sudo pacman -S keepassxc      # archlinux
gsudo choco install keepassxc  # windows
</source>
</blockquote><!-- install -->


= Implementations =
= Implementations =
Line 32: Line 12:
|-
|-
| keepassX || keepass, rewritten for Xorg
| keepassX || keepass, rewritten for Xorg
|-
| [[keepassxc]] || fully cross platform OSS keepass implementation
|-
| [[rofi-keepassxc]] || dmenu-like completion of keepassxc entries
|-
|-
|}
|}

Latest revision as of 00:09, 18 January 2024

Keepass is a password database.

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
rofi-keepassxc dmenu-like completion of keepassxc entries

CLI

keepassxc-cli keepassxc cli
kpcli perl interface to keepass

Web

keeweb web interface to keepass db