/Dragon-Crypto

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

python3

License: GPL v3 GitHub followers GitHub stars

Linkedin Linkedin

Dragon Crypto

A new cryptosystem that uses the Dragon Curve Fractal for encrypting and decrypting text messages. The research paper can be obtained from here: https://www.ijcaonline.org/archives/volume176/number29/31386-2020920331

In recent years cyber-attacks are continuously developing. This means that hackers can find their way around the traditional cryptosystems. This calls for new and more secure cryptosystems to take their place. This paper outlines a new cryptosystem based on the dragon curve fractal. The security level of this scheme is based on multiple private keys, that are crucial for effective encryption and decryption of data. This paper discusses, how core concepts emerging from fractal geometry can be used as a trapdoor function for this cryptosystem.

Cloning

$ git clone https://github.com/awnonbhowmik/Dragon-Crypto.git

Output

dragon_crypto

Authors

LinkedIn-profile LinkedIn-profile

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:

@article{10.5120/ijca2020920331,
	author = {Awnon Bhowmik and Unnikrishnan Menon},
	title = {Dragon Crypto – An Innovative Cryptosystem},
	journal = {International Journal of Computer Applications},
	issue_date = {June 2020},
	volume = {176},
	number = {29},
	month = {Jun},
	year = {2020},
	issn = {0975-8887},
	pages = {37-41},
	numpages = {5},
	url = {http://www.ijcaonline.org/archives/volume176/number29/31386-2020920331},
	doi = {10.5120/ijca2020920331},
	publisher = {Foundation of Computer Science (FCS), NY, USA},
	address = {New York, USA}
}