Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 327 Bytes

File metadata and controls

8 lines (5 loc) · 327 Bytes

Merkle-Hellman-Knapsack-Cryptosystem

A terminal based chat app which implements the Merkle Hellman Knapsack Cryptosystem for secure communication. To run it, enter the repo in terminal, first start the server: ''' python3 server.py '''

Following this, launch the two clients to communicate with: ''' python3 client.py '''