Metadata-Version: 2.1
Name: dpapick3
Version: 0.4.0
Summary: A native implementation of DPAPI
Home-page: https://github.com/tijldeneut/dpapick3
Author: Tijl Deneut
Author-email: deneut_tijl@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.2
Description-Content-Type: text/markdown
License-File: LICENSE

# DPAPIck3
OVERVIEW
========
DPAPIck3 is a python3 toolkit to provide a platform-independant implementation
of Microsoft's cryptography subsytem called DPAPI (Data Protection API).

It can be used either as a library or as a standalone tool.

It is also the first open-source tool that allows decryption of DPAPI
structures in an offline way and, moreover, from another plateform than
Windows.

REQUIREMENTS
------------
This application has been developped and tested on python 3.9.

pycryptodome is required to provide all the requireds algorithms.
Furthermore only python-registry for some scripts
* python-registry
* pycryptodome

AUTHOR
------
DPAPIck3 is written by Jean-Michel Picod (jean-michel.picod@cassidian.com) with the help from Ivan Fontarensky (ivan.fontarensky@cassidian.com)  
who work for the Cyber Security Center of Cassidian, an EADS company, and Elie Bursztein (dpapi@elie.im)  
And adjusted for Python3 and Windows 10 by Tijl Deneut (tijl.deneut@howest.be)
