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.2.0.tar.gz
(4.6 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.2.0.tar.gz.
File metadata
- Download URL: zch_e2ee-0.2.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0b86ca2c158dd6322b6b6ed8e0d72deca860ec3bc9db0829ec5ea7539f7a953
|
|
| MD5 |
eb20af030e7131902e2daaf33b7c8582
|
|
| BLAKE2b-256 |
f0bff3d32979f3f61bda4ba6ce58d4ac82566316dd43ca60f08f88ccf821c651
|
File details
Details for the file zch_e2ee-0.2.0-py3-none-any.whl.
File metadata
- Download URL: zch_e2ee-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.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 |
67460515baca11024cb29548ba80d70e12ca2bf3433c38d1e773a5aafa7e188e
|
|
| MD5 |
f201379450543ffec532ed047a7f400e
|
|
| BLAKE2b-256 |
47c067f815a11316677dddc66b6df824b283069c60a1f80a06b0bbdc3ac8a1e6
|