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.5.0.tar.gz
(6.2 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.5.0.tar.gz.
File metadata
- Download URL: zch_e2ee-0.5.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dce28788399e36746cffa2fd9cf50445eb96b2f3e4b11a92a1fd1a51b95d65c
|
|
| MD5 |
215694b044694186dd5a5749b5b33c9f
|
|
| BLAKE2b-256 |
64e05622be007705b66a1af1c4a827dd574c37a491640f76f6496c1a5cd531c1
|
File details
Details for the file zch_e2ee-0.5.0-py3-none-any.whl.
File metadata
- Download URL: zch_e2ee-0.5.0-py3-none-any.whl
- Upload date:
- Size: 6.2 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 |
76b081cdb884530eb607c1ef0fc35b0b8989bd1e2291f788d653241acdf67e02
|
|
| MD5 |
c29ad4273d44d8a4c2d9733ca6f77edf
|
|
| BLAKE2b-256 |
b536c6d759642841266c6a85d4f9766d01cc61886ddaf80f5257f8fc806e16c8
|