gkdb Code
Status: Pre-Alpha
Brought to you by:
rwentz
File | Date | Author | Commit |
---|---|---|---|
DEBIAN | 2008-08-02 | rwentz | [r1] Initial checkin |
dat | 2008-08-02 | rwentz | [r1] Initial checkin |
src | 2008-08-02 | rwentz | [r4] mistakenly checked in |
AUTHORS | 2008-08-02 | rwentz | [r1] Initial checkin |
COPYING | 2008-08-02 | rwentz | [r1] Initial checkin |
ChangeLog | 2008-08-02 | rwentz | [r1] Initial checkin |
Doxyfile | 2008-08-02 | rwentz | [r1] Initial checkin |
INSTALL | 2008-08-02 | rwentz | [r1] Initial checkin |
NEWS | 2008-08-02 | rwentz | [r1] Initial checkin |
README | 2008-08-02 | rwentz | [r1] Initial checkin |
SConstruct | 2008-08-02 | rwentz | [r1] Initial checkin |
TODO | 2008-08-02 | rwentz | [r1] Initial checkin |
config.log | 2008-08-02 | rwentz | [r1] Initial checkin |
makedist.sh | 2008-08-04 | rwentz | [r5] Fixed source distribution |
grdb provides a gnome-panel applet for acessing Keepass key database files (kdb files). The goal of the project is simply to make accessing Keepass databases faster and easier in the Gnome environment - it is NOT meant to be a replacement for Keepass itself. As such, I don't plan on implementing any features for adding items to databases or generating passwords. Presently kdb files up to version "3" are supported. If you want to configure gkdb manually, create a file called ".gkdb" in your home directory, with the following lines: dbFile = [full path to kdb file] autolock = [seconds until interface lockout] autoclear = [seconds until clipboard is cleared after copying data] recentEntries = [number of recent entries to show on menu] Only the first option is required. You can set any of the last three to "0" to disable those features (though I don't recomment it for the first two). Special Thanks: Tarek Saidi, author of KeePassX. Much of the kdb parsing code was adapted directly from the KeePassX project code.