password safe / manager for linux and windows (and mac ?) via qt
Password safe for Windows and Linux.
If you want to manage your passwords (or other information) in one file and access that file with Windows and with Linux, this could be your choice.
You create trees where each knot and leaf contains as many key/value pairs as you like. Then the whole thing is written encrypted to one file.
Windows binaries and Debian32/64 binaries are downloadable. If you want to build it yourself - I suggest Linux users do that - get Qt4, call qmake and make...
...Currently this is realized by a bash script with embedded expect code (need expect to be installed) and is also rewritten in python using pyexpect, so that there are no more dependencies, except for a httpserver.
Both versions can be used equally.