Git Product home page Git Product logo

revelation's Introduction

Revelation CLI

Revelation is a password manager for the GNOME 2 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. This fork provides a basic CLI for decrypting Revelation password files.

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

Dependencies:

Revelation CLI depends on:

  • glib 2.16
  • Python 2.3
  • pycrypto 1.9
  • cracklib

Usage:

The raw XML contents of an encrypted Revelation 2 file can be dumped with (password will be prompted):

src/rvl my-revelation-file.rvl

The output can be combined with "xj" and "jq" to easily extract individual records. For example to find your Facebook password:

src/rvl my-revelation-file.rvl | xj | jq -r '
  .revelationdata.entry[] |
  select(.name | match("facebook"; "i")) |
  .field[] | select(.id == "generic-password") |
  .["$t"]'

revelation's People

Contributors

erikgrinaker avatar mikelolasagasti avatar thomasjenkins avatar reekenx avatar jakobwesthoff avatar tristanheaven avatar ncjones avatar abeaumont avatar dplanella avatar mbaldessari avatar pauldokas avatar pypingou avatar skion avatar mafgh avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.