nuxsmin / sysPass

Systems Password Manager
https://syspass.org
GNU General Public License v3.0
975 stars 208 forks source link

sysPass Decrypter #1449

Open nuxsmin opened 5 years ago

nuxsmin commented 5 years ago

Hello!

For a long time ago many people has been asking for exporting accounts to other formats than XML (plain text, etc). I think it's a risky way to get out the accounts without any security since once the data leaves your system (a business system in most cases), it can be accessed by anyone.

The current way, besides it keeps the data structured, it enforces the security by either encrypting the entire XML or only the accounts' password, so in this way I've developed a standalone utility which will read on-the-fly an encrypted (or not) XML file and display the accounts for a given filter (currently the only one is by name).

Please check out this tool for any DRP scenario: https://github.com/sysPass/syspass-decrypter

Please do not post any issue related to this tool here, use its repo instead

mr-crux commented 3 years ago

I work in a small company and (for DR) we store some rarely used passwords in an 'envelope' held in a safe at server room with limited access. Is it possible to implement some kind of feature which could print selected / filtered passwords "without creating" an export file?

nuxsmin commented 3 years ago

@mr-crux unfortunately there isn't such feature, because the export tool is intended to be the more secure as possible, so printing passwords would be insecure. You can export the accounts and then decrypt them using this tool, the output could be printed, so you can save the encrypted file along the printed passwords.