Code Monkey home page Code Monkey logo

syspass-decrypter's Introduction

Build Status Maintainability Test Coverage

sysPass Decrypter

Current status: BETA

This is an standalone tool for decrypting sysPass exported XML files. It supports either encrypted or non encrypted files.

The purpose of this tool is for using in DR (Disaster Recovery) scenarios where you cannot access to your sysPass instance. It would be useful to store the exported XML file and a copy of this tool within a secure location, though all the data is decrypted on-the-fly, nevertheless a secure location adds an additional layer of security, avoiding fire risks, thefts, etc.

This tool requires PHP 7.2 or higher

Install

Using PHAR (recommended)

You can simply download a pre-compiled and ready-to-use version as a Phar to any directory. Download the latest syspass-decrypter.phar file from our releases page:

Latest release

Using Composer

TODO

Usage

Global Options

  • --xmlpath Set the XML file path
  • --password Set the password for the encrypted XML (it will be asked if not set)
  • --masterPassword Set the master password for decrypting the accounts' password (it will be asked if not set)
  • --wide=[yes|no] Do not truncate text fields
  • --help Commands help

Search Account

  • spd:search-account [name] Search for an account with the given name. If [name] is omitted it will list all the accounts
  • --withCategories=[yes|no] Include the category column for each result
  • --withTags=[yes|no] Include the tags column for each result
Examples

syspass-decrypter.phar spd:search-account "GitHub" --xmlpath ./syspass.xml --withCategories=yes --wide

syspass-decrypter.phar spd:search-account --xmlpath ./syspass.xml

syspass-decrypter's People

Contributors

nuxsmin 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.