加密方法(整合)
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.2.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.2.tar.gz.
File metadata
- Download URL: lscencryption-0.0.2.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 |
510becee048138bb326e5c88fe688a488ee800195a14d5fa3345d8111c410cea
|
|
| MD5 |
45cba1f5156b9421db429a934cf9888c
|
|
| BLAKE2b-256 |
a6f16eb258741f00f145caaa226efaf950e217d157646c63cfa9acde00a9c27c
|
File details
Details for the file lscencryption-0.0.2-py3-none-any.whl.
File metadata
- Download URL: lscencryption-0.0.2-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 |
d5641c293e2f03aeba3c6fc64a4d81fd2ab71b4bfb6975f0842aa4a6789cf05c
|
|
| MD5 |
39b42c0325f82d7f089e90634b7aa697
|
|
| BLAKE2b-256 |
64ec10b2142663e7dc73b63ba708c22fb4e422b27f56a6095d6357471069f612
|