simple cipher
Project description
32BitCipher
open source: https://github.com/wew1234GD/32BitCipher
usage:
import cp32
cipher = cp32.e32BitCipher() # type your key or leave it blank (default key = 0x1AC32B4D)
#cipher = e32BitCipher(key=0x1A2B3C4D)
encrypted = cipher.encrypt("test")
print(encrypted) # encrypted XoR
decrypted = cipher.decrypt(encrypted)
print(decrypted) # decrypted XoR
git clone https://github.com/wew1234GD/32BitCipher
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
cp32-1.0.0.tar.gz
(2.3 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
cp32-1.0.0-py3-none-any.whl
(2.6 kB
view details)
File details
Details for the file cp32-1.0.0.tar.gz.
File metadata
- Download URL: cp32-1.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dc3b78b3842200c99aefb057bf366f5b8e53675288298be59d2de7e732e34c7
|
|
| MD5 |
ba489baa491a87a67142ba920ffbdfee
|
|
| BLAKE2b-256 |
091af8f59aa374cf8c1247bd54b02b09c0810bff3f1b3a62003307f12a6d3dc0
|
File details
Details for the file cp32-1.0.0-py3-none-any.whl.
File metadata
- Download URL: cp32-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5983d3dbaed1f9acef0260a14ba2d4156f1abcd6d2e45a441130ece3c07511b5
|
|
| MD5 |
39ffdc1607432a51471393cb2eead903
|
|
| BLAKE2b-256 |
372d1262007102ade1df957baf040c03f0d3836bf16c67a2a6d3a007143e8b7f
|