Download the PHP package syspass/syspass-decrypter without Composer
On this page you can find all versions of the php package syspass/syspass-decrypter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download syspass/syspass-decrypter
More information about syspass/syspass-decrypter
Files in syspass/syspass-decrypter
Package syspass-decrypter
Short Description A standalone utility for decrypting sysPass XML files
License GPL-3.0
Informations about the package syspass-decrypter
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:
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
All versions of syspass-decrypter with dependencies
defuse/php-encryption Version ^2.1
php-di/php-di Version ^6.0
ext-json Version *
ext-fileinfo Version *
ext-libxml Version *
ext-mbstring Version *
league/climate Version 3.5.0
ext-dom Version *
symfony/console Version v4.3.3