SecurityCrypto 等保三级合规加密工具库,支持密码哈希、AES-256加解密、固定盐查询哈希
Project description
SecurityCrypto 安全加密工具库
SecurityCrypto 是一款符合等保三级标准的通用安全加密工具库, 提供不可逆密码哈希、AES-256 对称加解密、数据库检索哈希等核心能力。
功能介绍
- 基于 PBKDF2-HMAC-SHA256 生成不可逆密码哈希(抗暴力破解)
- 基于 AES-256 实现敏感信息加密存储(姓名、手机号、身份证等)
- 支持固定盐查询哈希,用于数据库精准检索
- 全流程 UTF-8 编码,兼容中文、英文、特殊符号
- 私有密钥体系,主密钥 + 盐值双重保护
- 异常安全处理,加解密失败自动返回安全空值
版权说明
本项目为白良贺个人私有内部开发库, 仅限个人本地项目使用,禁止私自上传、分享、二次分发与商用。
安装方法
pip install SecurityCrypto
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
securitycrypto-1.0.1.tar.gz
(4.9 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 securitycrypto-1.0.1.tar.gz.
File metadata
- Download URL: securitycrypto-1.0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22003cfc8a0bd2e5793da1b787398512d5dc58050fe7a2e16a5d89c26c606cb0
|
|
| MD5 |
b8c021c3adc7aee2cb6ec65ad736b9ea
|
|
| BLAKE2b-256 |
ed2d7ca4f03f9a0e85b8cc83ac15c8ccf50fa7e016029418349efbb68d8dea09
|
File details
Details for the file securitycrypto-1.0.1-py3-none-any.whl.
File metadata
- Download URL: securitycrypto-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c395a0ecbed88502d8265e85e583a6f60bc1b67bea8c881684beaf39d495fe07
|
|
| MD5 |
359f32036fb3929589fc4ceffbd38fcf
|
|
| BLAKE2b-256 |
2a73d3f0f69cdb0b8d7984a3fb2bb115a1da8abf5fbf6c46ee09c85f9e7925c5
|