Skip to content

CS 456. Implement a simple socket-based chat protocol that uses a public-key cryptosystem (RSA or ElGamal) with a secret-key cryptosystem (DES or AES) in a programming language of your choice. Allow the users to choose the prime bit-length used for RSA/ElGamal and the secret passphrase used in DES/AES.

License

Notifications You must be signed in to change notification settings

Akari202/encrypted-socket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encrypted-socket-chat

CS 456. Implement a simple socket-based chat protocol that uses a public-key cryptosystem (RSA or ElGamal) with a secret-key cryptosystem (DES or AES) in a programming language of your choice. Allow the users to choose the prime bit-length used for RSA/ElGamal and the secret passphrase used in DES/AES.

About

CS 456. Implement a simple socket-based chat protocol that uses a public-key cryptosystem (RSA or ElGamal) with a secret-key cryptosystem (DES or AES) in a programming language of your choice. Allow the users to choose the prime bit-length used for RSA/ElGamal and the secret passphrase used in DES/AES.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages