Presentation This post in french
PyPass is a simple password manager using GPG keys mechanism for encryption. It is written in python and released under the GPL License version 3.
It is heavily inspired by the revelation project that is no longer maintained. Keys functionalities are:
- ease of use,
- use of GnuPG to store encrypted data,
- GUI and CLI interfaces for both local and remote usage,
- organize your data into folders and sub-folders,
- storage for different types of accounts credentials.
Requirements
To get PyPass running, we use:
- python 2.6 or 2.7
- python-argparse (for python < 2.7)
- pygtk 2.17
- python-gnupg 0.2.6
- GnuPG (and your own GPG key)
Versions specified here are the ones currently used to develop the software. We do not have yet fixed minimal/maximal versions of the different components (except for Python). Feel free to let us know if the project does not work in your environment, specifying installed components and their versions.
