I needed KeePassto access my password database in case of emergency. So I built a module for Parted Magic (I use version 6.7). It is based on KeePass 2.16 portable, which is a C# application that fortunately can run with mono under Linux. I included the necessary dependecies as well and added a shortcut into the lxpanel start menu.
I asked the author of KeePass, Dominik Reichl for his allowence, and will submit the module when I have positive response. Also I need to know if 3rd party hosters like rapidshare or dropbox are allowed, as the module has a size of 34MB, and I do not know if attachments this big are supported. Maybe a moderator can give me some information here.
Link: Parted Magic KeePass 2.16 module (34 MB) (there is an 2.20 module that is smaller and probably works better with later versions of Parted Magic below)
Notes:
- tested (logged in here from an parted magic session using my module),
- automatic deletion of clipboard doesn't seem to work,
- autotype does not work either (did not use it anyway).
Screenshots attached.
UPDATE: KeePass 2.20
Did an update to version 2.20 of KeePass. Also I managed to make the module 72% smaller by reducing the mono runtime and assemblies (the boot process is also faster now). University kept me busy, also I wasn't into linux for half a year. Compiling mono was frustrating, there are some unresolved bugs with giflib-5.0.0 and giflib-4.2.0, I had to use giflib-4.1.6 (a lot of time wasted).
Link: Parted Magic KeePass 2.20 module (9.49 MB) (SHA1: 6EE554BB43EEB08ABCFC0886EAB90B367159D29B SHA-256: 0FF8DE3A03DFCAABCE05270AF5BF627A6D58E962431785CC91611174A78D833E), (virustotal scan results)
Notes: includes giflib-4.1.6-i486, libexif-0.6.21-i486, libgdiplus-2.10.9-i486, mono-2.10.9 (stripped down), KeePass 2.20 (bundled with the mono assemblies needed with mono's mkbundle --deps)
