Skip to content

A hybrid chaotic map cryptosystem optimized with genetic algorithm

License

Notifications You must be signed in to change notification settings

axe76/Chaotic_Genesis

Repository files navigation

forthebadge forthebadge

python3

forthebadge License: GPL v3

Linkedin Linkedin Linkedin

Chaotic_Genesis

With meteoric developments in communication systems and data storage technologies, the need for secure data transmission is more crucial than ever. The level of security provided by any cryptosystem relies on the sensitivity of the private key, size of the key space as well as the trapdoor function being used. In order to satisfy the aforementioned constraints, there has been a growing interest over the past few years, in studying the behavior of chaotic systems and their applications in various fields such as data encryption due to characteristics like randomness, unpredictability and sensitivity of the generated sequence to the initial value and its parameters. This paper utilizes a novel 2D chaotic function that displays a uniform bifurcation over a large range of parameters and exhibits high levels of chaotic behavior to generate a random sequence that is used to encrypt the input data. The proposed method uses a genetic algorithm to optimize the parameters of the map to enhance security for any given textual data. Various analyses demonstrate an adequately large key space and the existence of multiple global optima indicating the necessity of the proposed system and the security provided by it.

This repository contains all codes related to our research paper titled "A Novel Chaotic System for Text Encryption Optimized with Genetic Algorithm". Our paper is available via this link:
https://thesai.org/Publications/ViewPaper?Volume=11&Issue=10&Code=IJACSA&SerialNo=5

Cloning

$ git clone https://github.com/axe76/Chaotic_Genesis.git

Dependencies

$ pip3 install -r requirements.txt

Demonstration

$ python3 chaos.py

Authors

License

License: GPL v3

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

Citation

If you find this code useful in your research, please consider citing (BibTex):

@article{Menon2020, 
title = {A Novel Chaotic System for Text Encryption Optimized with Genetic Algorithm},
journal = {International Journal of Advanced Computer Science and Applications},
doi = {10.14569/IJACSA.2020.0111005},
url = {http://dx.doi.org/10.14569/IJACSA.2020.0111005},
year = {2020},
publisher = {The Science and Information Organization},
volume = {11},
number = {10},
author = {Unnikrishnan Menon and Anirudh Rajiv Menon and Atharva Hudlikar}
}

About

A hybrid chaotic map cryptosystem optimized with genetic algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages