Skip to main content

Ç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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jplcrypt-2.0.0-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

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

Hashes for jplcrypt-2.0.0.tar.gz
Algorithm Hash digest
SHA256 ddf71c181f6599875aa44565031e7e6b10eae1059ccac2bae548e7fc0317b2b6
MD5 2ccce37771539c8d5df3de6ab28d0ccc
BLAKE2b-256 e9233d7d42cca5943f3fc649dc0039436b8ee48d993cb89b9d3aed53f7bc0f65

See more details on using hashes here.

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

Hashes for jplcrypt-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0545f35c6b76a507d028be9dc9eef7ba02eb4c2b1e430cd15b2ae136c150e388
MD5 84ede7bbb7e080ee705f6c1f5bf19d02
BLAKE2b-256 48eb475fe1b0082517ab1cbcd778ae8d8b52a4cad3b4007daf96899cf1a21648

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page