Skip to content

Same implementation as the cns but using python

Notifications You must be signed in to change notification settings

fenriquez1/cns_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cns_py

Client and Server project using Python

This project implements UDP client-server encrypted communication. It is only for proof of concept.

The client sends a join request with a nonce (number used only once) as a payload to the server. The nonce will be used as the initialization vector (IV) passed to the encryption algorithm. Following the join request, all communication will be encrypted with the nonce and the password using AES256. Upon successful password authentication, the server will send a file to the client and a sha1 checksum of the file. Then, the client will verify that the checksum produced from the received file matches the checksum received from the server. Both client and server print 'OK' to the terminal upon successful execution.

About

Same implementation as the cns but using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages