Metadata-Version: 2.4
Name: libcng_dpapi
Version: 0.0.2
Summary: Python bindings for libcng-dpapi C library
Author-email: Author <august@altlinux.org>
Maintainer-email: Author <august@altlinux.org>
License: GPLv2
Project-URL: Homepage, https://github.com/august-alt/libcng-dpapi
Project-URL: Repository, https://github.com/august-alt/libcng-dpapi.git
Project-URL: Bug Tracker, https://github.com/august-alt/libcng-dpapi/issues
Keywords: dpapi,cryptography,windows,security,encryption
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: black>=22.0; extra == "dev"
Requires-Dist: flake8>=5.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"

# Bindings for LIBCNG-DPAPI

An alternative Python library for DPAPI NG (CNG DPAPI) encryption and decription, replicating the behavior of Windows NCryptUnprotectSecret and NCryptProtectSecret. 
This solution enables cross-platform decryption of DPAPI NG-protected secrets on non-Windows systems, including PFX user-protected passwords and LAPS encrypted credentials.

