GPass

GNOME Password Manager

A password manager for GNOME2

Welcome to GPass development site

GPass is a simple GNOME application, released under the GNU GPL licence, that lets you manage a collection of Passwords. The password collection is stored in an encrypted file, protected by a master-password.

Note

Current code base is branches/gpass-0.5.

Requipments for development

Subversion

GPass project use Subversion. http://projects.netlab.jp/svn/gpass

below command to get recent source code.

$ svn co http://projects.netlab.jp/svn/gpass/trunk gpass

Compile

$ ./bootstrap
$ ./configure
$ make
$ make check
# make install

My configure option

$ ./configure --enable-maintainer-mode CC=gcc-3.3 CFLAGS="-Wall -g -O0" --prefix=$HOME/local

ML: gpass@qwik.netlab.jp

To subscribe to this list, send 'kouji@netlab.jp' in Cc to gpass@qwik.netlab.jp. Can not subscribe if mail body is empty.

To: gpass@qwik.netlab.jp
Cc: kouji@netlab.jp
Subject: I want to subscribe

GPass is a very nice software:-)