加密方法(整合)
Project description
加密(整合)
加密方法
- BinaryRecursiveMergeEncryption
- ShuffleEncryption
BinaryRecursiveMergeEncryption(二分归并加密)
- abcdefg =>
- aceg =>
- ae
- cg
- bdf =>
- bf
- d
- => aecgbfd
调用方法
from LscEncryption import BRME
"""
BRME/binary_recursive_merge_encryption/brme
"""
print(brme("sdgj")) # => sgdj
ShuffleEncryption(随机加密)
- abcdefg =>
- abcdegf
- abcdfeg
- abcdfge
- ……
调用方法
from LscEncryption import SE
"""
se/SE/shuffle_encryption
"""
print(se("sdgj"))
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
lscencryption-0.0.1.tar.gz
(2.8 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 lscencryption-0.0.1.tar.gz.
File metadata
- Download URL: lscencryption-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d41214205e77e4c6a7162e82294cb25cabb126a601052d2469c69941df77e15
|
|
| MD5 |
b581bd0cbe4eded4ec2e681a3394f9f2
|
|
| BLAKE2b-256 |
06660fd3d33e338b80bb0b4a6f064ab14568443aeaa041bfafbb3f718d046e88
|
File details
Details for the file lscencryption-0.0.1-py3-none-any.whl.
File metadata
- Download URL: lscencryption-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b76181e723a72f615289cb58def245d385af22cf4e150c33d7f94f681578423
|
|
| MD5 |
1f8905afcefca55d3494d114f0d3f3dc
|
|
| BLAKE2b-256 |
8aa1ebf3d6a61e4fc7e9fcf561377750b9e15f16392d3075be37f2a5591c897a
|