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.3.0.tar.gz (4.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.3.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zch_e2ee-0.3.0.tar.gz
  • Upload date:
  • Size: 4.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.3.0.tar.gz
Algorithm Hash digest
SHA256 464349a65e2f17f03013925767934389c957c79905b8c56d6f4e80a52c1703c7
MD5 0fc10a6a3cc3c09df871a3256c4a1786
BLAKE2b-256 0a3de46c5634a10a92ffd313d76adf26d7da9608e4b0ab62f15b3da7c8b42664

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zch_e2ee-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 5.2 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.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f7539cd1885a3231e2860a8cb148ba1fb5fa23c2965b4e0829288ec6d532f435
MD5 88b5012d683218ebbce6a4e4c8efcc41
BLAKE2b-256 4fb8cbf9286e078a19ad2d52ad5c68307ce982c83ee37236502c8adabfdd264a

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