点对点加密Python库
Project description
djzhpcom 加密库开发文档
项目概述
djzhpcom 是一个基于点对点加密算法的Python库,提供安全的加密通信功能。
功能特性
- 点对点加密通信
- 安全的密钥交换机制
- 支持多种加密算法
- 高性能加密/解密操作
安装方法
# 本地开发安装
pip install -e .
# 发布后安装
pip install djzhpcom
快速开始
import djzhpcom
# 初始化加密器
encryptor = djzhpcom.P2PEncryptor()
# 加密数据
encrypted = encryptor.encrypt("Hello World")
# 解密数据
decrypted = encryptor.decrypt(encrypted)
开发计划
- 实现基础加密算法
- 添加密钥交换功能
- 优化性能
- 编写完整文档
贡献指南
欢迎提交Pull Request,请遵循PEP8编码规范。
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
djzhpcom-0.1.0.tar.gz
(3.0 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 djzhpcom-0.1.0.tar.gz.
File metadata
- Download URL: djzhpcom-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f185cf676a43e262b086cf89a6fa85d15354332e0b70346376425446edbced1a
|
|
| MD5 |
b04d252bfa01f542ed32a865ed80004b
|
|
| BLAKE2b-256 |
48b0af9ccd36bbdaca1bd6160a56beb16dec39b8788e9032b454dde0b125edd0
|
File details
Details for the file djzhpcom-0.1.0-py3-none-any.whl.
File metadata
- Download URL: djzhpcom-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6930adfa92291f9a3bc44b5ae336b8d1855c78e1d63dec30ebb59b21944a5ef
|
|
| MD5 |
e0a2b79f868656ee98b5bcf392c09170
|
|
| BLAKE2b-256 |
11509527e6d7582e1a3a09e02ff5c7588c38b01872d0bd4c7d1e480d71ff0085
|