Encrypted UDP COmmUnicAtioN
Project description
EUDP
Encrypted UDP
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
Authors
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
EUDP-1.0.0.tar.gz
(3.4 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0e56464eb75d1d530ba81436d784ec331ba14260ca175445da1a0f62ba85bb1
|
|
| MD5 |
ceee8e62724940cd73290ea08f570168
|
|
| BLAKE2b-256 |
2e12da96bccc07c54e2fa994e0eadcbd34f66ba5acac5845fe86bfb9be11d336
|