Skip to content

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.

License

Notifications You must be signed in to change notification settings

gbm19/revelation

This branch is 24 commits behind mikelolasagasti/revelation:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 11, 2020
Oct 21, 2020
Oct 25, 2020
Nov 28, 2020
Sep 13, 2020
Oct 4, 2020
Jul 27, 2011
Nov 12, 2011
Aug 30, 2020
Oct 4, 2020
Oct 5, 2020
Dec 30, 2006
Jun 11, 2006
Oct 4, 2020
Sep 27, 2020
Sep 27, 2020
Sep 24, 2020

Repository files navigation

revelation-logo Revelation

Revelation is a simple password manager for the GNOME 3 desktop, released under the GNU GPL license.

It stores accounts and passwords in a single, secure place, and gives access to them through a user-friendly graphical interface.

The project website is located at https://revelation.olasagasti.info.

Install

  • Fedora
dnf install revelation
  • Flatpak
flatpak install flathub info.olasagasti.revelation

Build

Revelation depends on the following software:

  • GTK3-3.22
  • PyGObject
  • Python 3 (currently working on Python 3.7)
  • pycryptodomex
  • libpwquality

To build revelation first cd to a suitable location and run:

git clone https://github.com/mikelolasagasti/revelation.git

Build with Meson

Navigate to the directory where revelation source has been downloaded and type these commands:

$ cd revelation
$ meson configure --prefix=$HOME/install _build
$ cd _build
$ ninja install

Meson will build revelation in the _build directory, and install it in install in your home directory. You can choose whatever prefix you like.

Because the installation directory is non-standard, to run revelation you will have to define some environment variables. In this example:

$ export XDG_DATA_DIRS=$HOME/install/share:$XDG_DATA_DIRS
$ export PYTHONPATH=$HOME/install/lib/python3.8/site-packages

and then run revelation:

$ $HOME/bin/revelation

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Meson 1.5%