Modulo de encriptacion extremo a extremo (E2EE) usando RSA y AES-GCM.
Project description
zch-e2ee
Modulo en Python de encriptacion de extremo a extremo (E2EE) y firmas digitales usando RSA y AES-GCM.
Instalacion
pip install zch-e2ee
Uso Basico
import zch_e2ee
# 1. Generar claves
privada, publica = zch_e2ee.generar_llaves()
# 2. Encriptar un mensaje para un destinatario
mensaje_encriptado = zch_e2ee.encriptar_e2ee("Hola mundo", publica)
# 3. Desencriptar el mensaje
mensaje_original = zch_e2ee.desencriptar_e2ee(mensaje_encriptado, privada)
print(mensaje_original) # Hola mundo
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
zch_e2ee-0.4.0.tar.gz
(5.8 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 zch_e2ee-0.4.0.tar.gz.
File metadata
- Download URL: zch_e2ee-0.4.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a337a71d9ab6a3d563d1df846f2cfeb597a51c5062a529f6cd8ac0385f9653b6
|
|
| MD5 |
fbf5df6c2510f00074b10c2380991a9a
|
|
| BLAKE2b-256 |
55e2e629abd04085d70e18f01088a6d2f817d6a1537cea7e183510063d59b606
|
File details
Details for the file zch_e2ee-0.4.0-py3-none-any.whl.
File metadata
- Download URL: zch_e2ee-0.4.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
064c6ba152f871a05309a3bd7553eba83695d1179b996956b23825dbcd70b289
|
|
| MD5 |
7a2a14b572bfa72e30e27feea1c3ebb9
|
|
| BLAKE2b-256 |
753bfdf2da2d19e416d83a4cf12629f954c34de61072bc1c22c64dd2dfe3efce
|