Adaptive regenerative cryptographic engine — memory-hard, chaos-keyed, GPU/ASIC-resistant
Project description
Xaor Python Package
Python bindings for the Xaor Cryptographic Engine — an adaptive, memory-hard, chaos-keyed password hashing algorithm.
Installation
pip install xaor
Quick Start
from xaor import hash_password, verify_password
# 1. Hash a password
hashed = hash_password("my-secure-password")
print("Hash:", hashed)
# 2. Verify a password
is_valid = verify_password("my-secure-password", hashed)
print("Is valid:", is_valid) # True
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
xaor-0.2.0.tar.gz
(167.3 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
xaor-0.2.0-py3-none-any.whl
(167.1 kB
view details)
File details
Details for the file xaor-0.2.0.tar.gz.
File metadata
- Download URL: xaor-0.2.0.tar.gz
- Upload date:
- Size: 167.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c076ddcc9d58c131013021160a3c387a7b676e5381f80b1073caa726aae3ebb
|
|
| MD5 |
0747e8f177af6e2497a1dc566a429ffb
|
|
| BLAKE2b-256 |
358a6732ab8d2cb6f3a2e3653f15f193c2c5f0d37841d11842017fb0d6913369
|
File details
Details for the file xaor-0.2.0-py3-none-any.whl.
File metadata
- Download URL: xaor-0.2.0-py3-none-any.whl
- Upload date:
- Size: 167.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58b40a2f37a207be5670d6f9389059190db77fffd92d28954686e09f6c3bd60e
|
|
| MD5 |
726b837cf64a2da3182693d3d1347b48
|
|
| BLAKE2b-256 |
6199fe37991d14597a14e0c147ca2122f71496030adebb102f403d830a75f948
|