This repository contains a class to decrypt SafeInCloud database files and a couple of command line utilities:
Print a SIC database in a human readable format:
python show.py /path/to/SafeInCloud.db
Dump a SIC database to its original XML format:
python to_xml.py /path/to/SafeInCloud.db password /path/to/output.xml
This software is copyright of Simone 'evilsocket' Margaritelli and licensed under GPL3.