aes助手
Project description
pyaes_util
- aes_util.py
aes非对称加密的各种封装方法,使用示例:
key = '12223'
data = 'hc刺激啊四神聪骄傲i'
encrypt = encrypt_aes(data, key)
print(encrypt)
print(decrypt_aes(encrypt, key))
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
pyaes_util-1.0.0.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file pyaes_util-1.0.0.tar.gz
.
File metadata
- Download URL: pyaes_util-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebda916b5850927b5549011f51d948bbb350eabab4c593fe0abd140676fc753e |
|
MD5 | ca389b45a1e8d856cb314d3106510e74 |
|
BLAKE2b-256 | 99ee70b35dffe85234897311ccf3622d7cc1b5634e99460f9408e3da6d4a14f3 |
File details
Details for the file pyaes_util-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: pyaes_util-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f860430397cf43c3aad68a5cba03612734680332528479b74f1c2b15ef2f63db |
|
MD5 | bc53759c00dab4d81869a581a3340ba7 |
|
BLAKE2b-256 | 8a73f1295cb58dd5805a6e766bcf099fd189ca975aa8fabe2c14ea46d0fa9161 |