Skip to content

Encryption and Decryption Server/Client for sending messages

Notifications You must be signed in to change notification settings

SamMaxon/EncryptDecrypt-ServerClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EncryptDecrypt-ServerClient

Encryption and Decryption Server/Client for sending messages

Five small programs that encrypt and decrypt information using a one-time pad-like system. These programs combine multi-processing code with socket-based inter-process communication. Accessible from the command line using standard Unix features like input/output redirection, and job control.

Syntax:

enc_server listening_port

dec_server listening_port

enc_client plaintext key port

dec_client plaintext key port

keygen keylength

About

Encryption and Decryption Server/Client for sending messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published