Windows-native DPAPI encryption with a clean Python interface.
Project description
muerte32crypt
Windows-native DPAPI encryption using ctypes.
Encrypt and decrypt strings, bytes, or files with optional entropy and descriptions.
Usage
from muerte32crypt.dpapi import encrypt_str, decrypt_str
enc = encrypt_str("my_password", entropy="somesalt")
print(decrypt_str(enc, entropy="somesalt"))
Install
pip install muerte32crypt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
muerte32crypt-0.1.0.tar.gz
(8.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file muerte32crypt-0.1.0.tar.gz.
File metadata
- Download URL: muerte32crypt-0.1.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b463de5da4e0a71951f9d04e7a84143c851b84880f13f3420c7748737fe52a1
|
|
| MD5 |
972554c0cdc209985809fd76a3544b34
|
|
| BLAKE2b-256 |
45b79b41455e0f6d656959d7e383c86545d9166d31edd9af0aa504be5e1e5a1b
|
File details
Details for the file muerte32crypt-0.1.0-py3-none-any.whl.
File metadata
- Download URL: muerte32crypt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
546b3a696452e60066a506822fdeda35c5ec8fdfda323ce24cbf2c9637120ed4
|
|
| MD5 |
fb660637e796f0bbd0563d3726c54bab
|
|
| BLAKE2b-256 |
8a1269981ae51e0399878fc4264043c5753f40a885881aee396693cd200a3728
|