加密方法(整合)
Project description
加密(整合)
加密方法
- BinaryRecursiveMergeEncryption
- ShuffleEncryption
binary_recursive_merge_encryption(二分归并加密)
- 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 lsc_ncryption 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
lsc_encryption-1.0.0.tar.gz
(2.7 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 lsc_encryption-1.0.0.tar.gz.
File metadata
- Download URL: lsc_encryption-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cadcac605e53e4679019fce7f83655c981f022b111005c073fe4da38fbb5af60
|
|
| MD5 |
5f06749b317033aca860375dd15993fd
|
|
| BLAKE2b-256 |
29d69c4ccf7d7de5f9bb4042d69bb696e44964b99ac00f7fb8f1237e7acd601a
|
File details
Details for the file lsc_encryption-1.0.0-py3-none-any.whl.
File metadata
- Download URL: lsc_encryption-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 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 |
64d2734141290d0a3cd3dafc9d0dc26939d2fc9c5a2ebbd4ab3525734e144d17
|
|
| MD5 |
d2939bd1b2efd038720c61db21b2583d
|
|
| BLAKE2b-256 |
c3f7551ca1f24a278640875a4b686c25e2d2a82396db70667fa61fddd73682c5
|