====== Kennworte ====== Paßwort-Container ===== KeePass / KeePassX ===== Unter Debian 9 ist die KeePassX-Version 2 Standard. Leider hat sich die Bedienung und Übersichtlichkeit verschlechtert, weswegen es sinnvoll ist die Version 1 weiter zu verwenden. Unter Linux ist das die Version 0.4.4, die als Quelltext zur Verfügung steht: wget https://www.keepassx.org/releases/0.4.4/keepassx-0.4.4.tar.gz ==== QT4 ==== Abhängigkeiten apt-get install xorg-dev libqt4-dev Compilieren QT4 muß Standard sein, ggf- ''qt4-default'' installieren ==== QT5 ==== Abhängigkeiten apt-get install qtbase5-dev Compilieren qmake make ==== Bugs ==== In ''src/lib/random.cpp'' muß der Include '''' noch eingefügt werden, ansonsten bricht das Compilieren mit einem Fehler ab. qmake PREFIX=/usr/local make make install mv /usr/local/bin/keepassx /usr/local/bin/keepassx1 ==== Quelltexte ==== * **v0.4.4 (Weiterentwicklung)** - https://github.com/thooge/keepassx1 * v0.4.4 (SVN Fork mit Retina Fix, Versionsnummer?) - https://github.com/dwihn0r/keepassx * v0.4.4 (mit Unix Fix und Verbesserungen) - https://github.com/mpolishchuck/keepassx-zero * v0.4.4 - https://github.com/seansweda/keepassx/ * **v0.4.3** (Sourceforge SNV) - https://sourceforge.net/p/keepassx * v0.4.3 (SVN Fork) - https://github.com/snaury/keepassx * v0.4.3 (mit Unix Fix) - https://github.com/Smeat/keepassx * v0.4.3 (mit einigen Verbesserungen?) - https://github.com/relgames/keepassx * v0.4.3 (mit Sync Feature?) - https://github.com/dwihn0r/keepassx * v0.4.3 (mit Entropy in //Edit Entry//) - https://github.com/rCodan/keepassx * v0.4.3 (mit QR-Code Patch) - https://github.com/dim0x69/keepassx