Ç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-2.0.0.tar.gz
(9.4 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
jplcrypt-2.0.0-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file jplcrypt-2.0.0.tar.gz.
File metadata
- Download URL: jplcrypt-2.0.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddf71c181f6599875aa44565031e7e6b10eae1059ccac2bae548e7fc0317b2b6
|
|
| MD5 |
2ccce37771539c8d5df3de6ab28d0ccc
|
|
| BLAKE2b-256 |
e9233d7d42cca5943f3fc649dc0039436b8ee48d993cb89b9d3aed53f7bc0f65
|
File details
Details for the file jplcrypt-2.0.0-py3-none-any.whl.
File metadata
- Download URL: jplcrypt-2.0.0-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
0545f35c6b76a507d028be9dc9eef7ba02eb4c2b1e430cd15b2ae136c150e388
|
|
| MD5 |
84ede7bbb7e080ee705f6c1f5bf19d02
|
|
| BLAKE2b-256 |
48eb475fe1b0082517ab1cbcd778ae8d8b52a4cad3b4007daf96899cf1a21648
|