Skip to main content

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


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.1.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

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

zch_e2ee-0.1.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file zch_e2ee-0.1.0.tar.gz.

File metadata

  • Download URL: zch_e2ee-0.1.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for zch_e2ee-0.1.0.tar.gz
Algorithm Hash digest
SHA256 57b7e8796bf71db4717b3c1c5bbce3a288e50f0c1d01d24a177165ec2c571e81
MD5 0a513d9bd1861dcd8e9c72af5af61475
BLAKE2b-256 30540bfff90daf6d04d8851b510d0f527508a142e5b458545ff51303873a3972

See more details on using hashes here.

File details

Details for the file zch_e2ee-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: zch_e2ee-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for zch_e2ee-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8a3d68f250f2be0ff6860d91df6a58b6b2d84889a3c8199c3fb26214841e3f5a
MD5 83980c539a0101bd8194681d1a024d02
BLAKE2b-256 17b4df425881297b68a9eac9b8cd0825a2f3ebf3719a4c530e3b0d659436946f

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