VortexCipher - Custom Block Cipher (128-bit block, 256-bit key)
Project description
VortexCipher
VortexCipher là custom block cipher (128-bit block, 256-bit key) cho mục đích nghiên cứu và học tập.
⚠️ CẢNH BÁO
Đây là thuật toán NGHIÊN CỨU, CHƯA qua peer-review mật mã học. KHÔNG sử dụng cho production. Cho production, dùng AES-256-GCM từ thư viện chuẩn.
Tính năng
- Block size: 128-bit (16 bytes)
- Key size: 256-bit (32 bytes)
- 20 rounds
- Modes: CBC, CTR, AEAD (Encrypt-then-MAC)
- Certificate management (tích hợp từ requests)
- Constant-time operations
- Zeroize key material
Cài đặt
# Từ private PyPI
pip install --index-url https://your-private-pypi.com/simple/ vortex-cipher
# Hoặc từ source
git clone https://github.com/yourusername/vortex-cipher.git
cd vortex-cipher
pip install -e .
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 vortex_cipher-2.1.0.tar.gz.
File metadata
- Download URL: vortex_cipher-2.1.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1b02e5e21649047a56cce3f98e5a7cfe81a5a634e2b67c962b97c2914000a46
|
|
| MD5 |
78e5b4a1be20ac9b435400c8a7aab60c
|
|
| BLAKE2b-256 |
dd388c61b6d59754b10e80f42330c4d9c9300273990d11c6669ea34d107948a6
|
File details
Details for the file vortex_cipher-2.1.0-py3-none-any.whl.
File metadata
- Download URL: vortex_cipher-2.1.0-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6db1ca7a1a5a0d4f03453fe563a5c6d19199ceb17b17018d3e5703af88dfd92
|
|
| MD5 |
8400fe746467e9c7167464c801d76f73
|
|
| BLAKE2b-256 |
8aee4c348b59b693a29efb639ee9c2133fb572eef9f6c5e0ca87a30fe7e396eb
|