Skip to main content

Encrypted UDP COmmUnicAtioN

Project description

EUDP

Encrypted UDP

darkmash-org


Install

  pip install EUDP

Features

  • Cross platform (i think)
  • RSA and AES Encryption

Usage/Examples

import EUDP

Server Side

def client_loop(server,cli):
  pass # do stuff

server = EUDP.EUDPServer(IP, Port, "key") # client_loop will be called giving args server-obj and client 

server.send(client,msg) # sends msg
server.recv()     # recvs msg
server.close()    # close connection

Client Side

client = EUDP.EUDPClient(IP, Port, "key") 

client.send(msg)  # send msg to server
client.recv()     # recv msg from server
client.close()    # close connection with server

License

MIT

Authors

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

EUDP-1.0.0.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file EUDP-1.0.0.tar.gz.

File metadata

  • Download URL: EUDP-1.0.0.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for EUDP-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e0e56464eb75d1d530ba81436d784ec331ba14260ca175445da1a0f62ba85bb1
MD5 ceee8e62724940cd73290ea08f570168
BLAKE2b-256 2e12da96bccc07c54e2fa994e0eadcbd34f66ba5acac5845fe86bfb9be11d336

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page