Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / INSTALL

To use Revelation you need to have pygtk 2.0.0, gnome-python 2.0.0
and pycrypto 1.9 installed.

Installation is done using a standard Python setup.py file. Quick
instructions are (as root):

python setup.py build
python setup.py install


You may need to restart gconfd-2 after installing for the first time,
as gconf doesn't sense changes to the central database. Run
'gconftool-2 --shutdown' as your normal user, or send it a SIGHUP.

If you are reinstalling or upgrading Revelation you may need to use
the --force argument to install, otherwise the old files will not be
replaced.