
Pidgin KWallet Plugin
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This Pidgin plugin allows you to store your passwords encrypted within KDE's wallet (by default Pidgin stored them in clear text under ~/.purple)
The plugin will move your passwords from ~/.purple/accounts.xml into the KDE wallet. It is activated via the 'Tools/KWallet/Encrypt Password' menu item. You will need to call this each time you change an account's password.
This is a port to KDE4's KWallet DBus API from the original kwallet_password.c
which can be found at: http://kainaw.com/libpurple/
p.s. If knew how to have the saving automated, and update when a password is changed, then I would've added this. However, my quick attempts failed.
Murz
3 years ago
Report
andreimihaila
10 years ago
:) I implemented this as a Perl plugin a few months ago having the same project as a starting point; maybe the code will help you. http://gitorious.org/libpurple-kwallet-plugin/libpurple-kwallet-plugin/blobs/master/libpurple_kwallet_plugin.pl
Report
ceceron
10 years ago
Thank you very much!
Report