Skip to content

Brew8it/Python_DHAES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_DHAES

Diffie Hellman "from scratch" and using PyNaCL as crypto library.

Basic Idea: Create a simple Client -> Server echo program.

  • Make Key-Exchange with Diffie Hellman.
  • Encrypt and Decrypt using Secret_Box using Key from DH exchange.
  • Send message from Client -> Server and Server echos is back with "Echo" | message.

About

Diffie Hellman and AES implementation in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published