Gelişmiş katmanlı şifreleme kütüphanesi (Scrypt + AEAD katmanları).
Project description
cyhperinios
Gelişmiş, çok katmanlı bir şifreleme kütüphanesi. Scrypt ile anahtar türetimi ve AEAD (AES-256-GCM, ChaCha20-Poly1305) katmanlarıyla güçlü koruma sağlar.
Kurulum
Not: Yerel olarak modülü kullanmak için proje klasörünüzdeyken import edebilirsiniz. Paketlemek için:
pip install build
python -m build
pip install dist/cyhperinios-0.1.0-py3-none-any.whl
Kullanım
import cyhperinios
enc = cyhperinios.AdvancedEncryption("parola")
sifreli = enc.encrypt("merhaba")
cozulmus = enc.decrypt(sifreli)
print(sifreli)
print(cozulmus)
Uyarılar
- Kısa parolalar zayıftır; 12+ karakter önerilir.
- Çok katmanlı yapı performans maliyeti doğurur.
- Aynı metin her çalıştırmada farklı şifreli çıktılar üretir (salt/nonce rastgele).
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
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 cyhperinios-0.1.0.tar.gz.
File metadata
- Download URL: cyhperinios-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dc935dc79f7d0ffd4cd8a6d22a8f28e05ad1272366b4c4640053bcd5a5c4f21
|
|
| MD5 |
7c73afa54600fbe4bec08d59a523bb02
|
|
| BLAKE2b-256 |
434b6221f51f826f0873de879dadbf20ca4a435c05cb2cdce78ba32fa5c014cb
|
File details
Details for the file cyhperinios-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cyhperinios-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
936456b063671d0421fdc931ef910887924e8878f8dd19c794f1cb4288753401
|
|
| MD5 |
05238e6dc9a7ffeb109be85358a3f898
|
|
| BLAKE2b-256 |
7093471557edc78106af27f5bef89edb1d1647cf5bb12c7c943a76b36f034f70
|