User Tools

Site Tools


linux:password_manager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:password_manager [2017/08/13 16:14]
tkilla created
linux:password_manager [2019/06/04 08:55] (current)
tkilla [KeepassXC]
Line 1: Line 1:
-====== Password Manager ======+====== Password Manager ====== 
  
 ===== Keepass ===== ===== Keepass =====
Line 6: Line 6:
 therefore it is less convenient, but probably more secure than keepass2 = keefox: therefore it is less convenient, but probably more secure than keepass2 = keefox:
  
 +===== KeepassXC =====
 +
 +This is the latest fork for Linux. it does not require Mono/C# and seems to be way easier to setup and use.
 +
 +In Ubuntu you only need to add this Repo to get the latest version: https://launchpad.net/~phoerious/+archive/ubuntu/keepassxc
 +
 +  sudo add-apt-repository ppa:phoerious/keepassxc
 +  sudo apt-get update
 +  sudo apt-get install keepassxc
 +
 +
 +**Older versions of keepassxc dont work with the Firefox Plugin!**
 +
 +
 +----
  
 ===== Keepass2 ===== ===== Keepass2 =====
  
-This is a c# mono implementation. a firefox plugin exists and once it is setup, the integration works very well.+This is a c# mono implementation. Firefox and Thunderbird -Plugins exists and once it is setup, the integration works very well. 
 + 
 +If you don't need the very latest version, just install it from debian or ubuntu repositories: 
 + 
 +  apt-get install keepass2 
 + 
 +**The debian packages are missing some dependencies to run plugins, clipboard sharing and more! so here is the list:** 
 + 
 +  apt-get install mono-complete libmono-system-configuration-install4.0-cil libmono-system-management4.0-cil libmono-csharp4.0c-cil libmono-microsoft-csharp4.0-cil mono-dmcs mono-mcs xsel xdotool 
 + 
 + 
 +IF you need the latest version, it is best to use additional repositories for an easy setup. Look here:  
 +  * https://github.com/kee-org/KeeFox/wiki/en-%7C-Installation-%7C-Linux#install-additional-plugin-dependencies-ubuntu-1604-only 
 + 
 +You could download the .deb from packages.debian.org / sid, but it's easy to run into version conflicts between keepass2 and the KeePassRPC.plgx plugin! 
 + 
 + 
 +\\ 
 + 
 +==== Firefox extension Kee(Fox) and KeePassRPC ==== 
 + 
 +The recommended repositories do not work anymore. 
 + 
 +Manual Installation: 
 + 
 +  * Install the Kee Firefox Plugin: https://addons.mozilla.org/en-US/firefox/addon/keefox/ 
 +  * Download the latest KeePassRPC.plgx release: https://github.com/kee-org/keepassrpc/releases 
 +  * Copy the KeePassRPC.plgx into the Keepass2 Plugins Directory: /usr/lib/keepass2/plugins/ 
 +  * Restart Firefox and Keepass2: They should start to communicate and ask you to exchange a key code
  
-Follow this guide and use the additional repositories for an easy setup. otherwise expect version conflicts between keepass2 and the KeePassRPC.plgx plugin:+=== Thunderbird Extension Keebird ====
  
-https://github.com/kee-org/KeeFox/wiki/en-%7C-Installation-%7C-Linux#install-additional-plugin-dependencies-ubuntu-1604-only+TBD not tested, yet
  
  
linux/password_manager.1502633667.txt.gz · Last modified: 2017/08/13 16:14 by tkilla