User Tools

Site Tools


config:keepass

This is an old revision of the document!


Keepass2

Main Windows Download link (Pro version) can be found here:

http://keepass.info/download.html

It can be installed under linux using

apt-get install keepass2

Plugins under Linux

Keepass compiles plugins and requires the complete mono environment in order to do this.

apt-get install mono-complete

Once plugins are copied into the /usr/lib/keepass2 directory, ensure to chmod 666 the plugin file.

for the googlesync plugin, the following is required:

download sync plugin, then extract the zip from http://sourceforge.net/projects/kp-googlesync/?source=typ_redirect

sudo cp GoogleSyncPlugin.plgx /usr/lib/keepass2
sudo apt-get install liblog4net1.2-cil
sudo cp /usr/lib/cli/log4net-1.2/log4net.dll /usr/lib/keepass2
sudo cp /usr/lib/mono/2.0/System.ServiceModel.Web.dll /usr/lib/keepass2
possibly also required is the import of the mozilla root certificates:
mozroots --import --sync
config/keepass.1468180836.txt.gz · Last modified: 2023/05/29 11:53 (external edit)