Advanced hashing and cryptography library with enhanced security and multi-threading.
Project description
advhashlib
advhashlib is an advanced cryptographic hashing library, improving security, speed, and multi-threaded hashing capabilities.
Features
- Salted SHA-256 & SHA-512 hashing
- HMAC-based authentication signatures
- Multi-threaded hashing for large datasets
- Cryptographic-grade security
Installation
pip install advhashlib
from advhashlib import advhashlib
print(advhashlib.sha256("secure_data")) # Salted SHA-256 print(advhashlib.hmac_sha256("secret_key", "message")) # HMAC Authentication hashes = advhashlib.multi_threaded_hash(["data1", "data2"]) # Multi-threaded hashing
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
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 advhashlib-0.1.0.tar.gz.
File metadata
- Download URL: advhashlib-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0461d28465140a2b553b1250eead140b0e8cb724ae30f9dd6272a801a9cb452
|
|
| MD5 |
1560f1fdebbcdf6469bf04178d87d1ab
|
|
| BLAKE2b-256 |
a83321e57aaf12c9401b9a37d933b829fad5cef9fe087c00a429429862b2c1e0
|
File details
Details for the file advhashlib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: advhashlib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbdcaf61fd163cc2b2d0e7bb9ffd17d1169085b54f1603773e53bd211b8b9149
|
|
| MD5 |
b6b9fbf3df3621c4382f5495c5df5184
|
|
| BLAKE2b-256 |
14f5771c804218ca6a765e54a83f7f611c30322f030d640eec28726a63818367
|