Çok anahtarlı XOR + rotasyon tabanlı şifreleme kütüphanesi
Project description
jplcrypt
Çok anahtarlı XOR + döngüsel kaydırma tabanlı şifreleme kütüphanesi.
Kurulum
pip install jplcrypt
Kullanım
from jplcrypt import JplCrypt
c = JplCrypt()
c.keys = ["anahtar1", "anahtar2", "anahtar3"]
c.text = "Şifrelenecek mesaj"
print(c.encrypted) # hex çıktı
print(c.decrypted) # orijinal metin
Dışarıdan gelen hex'i çözmek
from jplcrypt import JplCrypt
c = JplCrypt()
c.keys = ["anahtar1", "anahtar2"]
c.ciphertext = "3a9f..." # hex
print(c.decrypted)
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
jplcrypt-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 jplcrypt-1.0.0.tar.gz.
File metadata
- Download URL: jplcrypt-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.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcd184d4afb918308525d427c8469252fccb83b3ccb456adba1f9fc5c034a437
|
|
| MD5 |
abcf4952145d080ff701d435e403b10b
|
|
| BLAKE2b-256 |
b24978a0684c404c3dbf401892da9a7f947fb2102c566ba53c596d617b1bccb2
|
File details
Details for the file jplcrypt-1.0.0-py3-none-any.whl.
File metadata
- Download URL: jplcrypt-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2670276a73f8a6f30b0ed2398d2265b3d461ef7e11f0efd6e38641c181328341
|
|
| MD5 |
683e3787c21e4d2fc212e9e30ec75aef
|
|
| BLAKE2b-256 |
eebac5b0922d6e63ff349b036c520ca11d7fcb6657f3bd439f2728efc7d3bc7c
|