Results 1 to 5 of 5

Thread: Master password for Pidgin

  1. #1
    Join Date
    Jul 2007
    Location
    Idaho
    Beans
    23
    Distro
    Kubuntu 7.04 Feisty Fawn

    Master password for Pidgin

    Pidgin stores you passwords in plain text in ~/.purple/accounts.xml. At home, I am fine with this, but on a computer that is not mine (like at work), I am less comfortable with this. Someone can easily boot into recovery mode while I am away and find my passwords in plain text.

    There is a patch for Gaim at http://dooglus.rincevent.net/gaim/ . Attached is a patch for Pidgin.

    In order to use the patch, you will need a couple libraries and development headers.
    Code:
    sudo apt-get install libnspr4-0d libnss3-0d
    sudo apt-get install libnss-dev libnspr-dev
    Download the source from http://pidgin.im/pidgin/download/source/ if you haven't already, and unzip it.
    Download the patch into the same directory and do the following
    Code:
    tar xf master-password.patch.tar
    patch -p 1 < master-password.patch
    You should be ready to configure, make, and install as normal.
    Code:
    ./configure
    make && sudo make install
    When you launch pidgin, you will see a new tab in the preferences called "security". You can set a master password there. The link above has screenshots. After configuring, you should notice that the accounts.xml file now has gibberish where there once were passwords. This has been tested on Kubuntu 7.04

    To remove pidgin, run the following from the directory in which you built pidgin:
    Code:
    make uninstall
    Attached Files Attached Files
    Last edited by jmazzarelli; July 24th, 2007 at 11:47 PM. Reason: added libraries to install first

  2. #2
    Join Date
    Jul 2007
    Location
    Idaho
    Beans
    23
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: Master password for Pidgin

    Same patch works for version 2.1.0 as well.

  3. #3
    Join Date
    Jul 2007
    Location
    Idaho
    Beans
    23
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: Master password for Pidgin

    The patch also works for 2.1.1. It will warn you about offsets, but it handles itself fine and works as expected.

  4. #4
    Join Date
    Jan 2008
    Location
    HCMc - Vietnam
    Beans
    6
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Master password for Pidgin

    How about Pidgin 2.3.1?

  5. #5
    Join Date
    Dec 2008
    Beans
    116

    Re: Master password for Pidgin

    i managed to patch it but how do i configure, make and install it?

    it will just say no such file or directory..sry newbie here..
    Ubuntu 8.10 64bit (Dual Booted with Windows XP SP2) | Acer Aspire 5050 / Aspire 5052AWXMI | AMD Turion 64 Mobile Technology MK-38 2.2GHz 512KB L2 Cache | ATI Radeon Xpress 1100 | 2GB DDR2 RAM | Atheros AR5007EG

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •