Skip to content

A client-server based cryptographic technique for text message encryption and decryption using Genetic Algorithm concepts such as crossover and mutation. The research paper 'Encryption and Decryption of a Message Involving Genetic Algorithm' has been referred for the implementation. (Link provided below)

Notifications You must be signed in to change notification settings

nilam23/Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

1. Run the Server with python server.py:

Server_Running

2. Run the Client with python client.py and type a text message to be sent to the server:

Client

3. After sending the text message, it gets encrypted and received at server side and the server decrypts the cipher to get back the original message:

Decrypt_Server

About

A client-server based cryptographic technique for text message encryption and decryption using Genetic Algorithm concepts such as crossover and mutation. The research paper 'Encryption and Decryption of a Message Involving Genetic Algorithm' has been referred for the implementation. (Link provided below)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages