{"id":17319879,"url":"https://github.com/saransh-cpp/chaotic-encryption","last_synced_at":"2025-04-14T16:13:44.114Z","repository":{"id":105021684,"uuid":"342888072","full_name":"Saransh-cpp/Chaotic-Encryption","owner":"Saransh-cpp","description":"This repository contains the code for encrypting an image using various techniques and PRNGs.","archived":false,"fork":false,"pushed_at":"2021-03-30T08:27:03.000Z","size":30402,"stargazers_count":24,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T16:13:27.276Z","etag":null,"topics":["decryption-algorithm","encryption","encryption-algorithms","encryption-decryption","image-encryption","image-encryption-algorithm","image-manipulation","logistic","lorenz","lorenz-attractor","lorenz-equation","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Saransh-cpp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-27T15:22:02.000Z","updated_at":"2024-11-21T17:48:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9c46292-5613-4e70-bb23-b9d1e4ff5250","html_url":"https://github.com/Saransh-cpp/Chaotic-Encryption","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saransh-cpp%2FChaotic-Encryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saransh-cpp%2FChaotic-Encryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saransh-cpp%2FChaotic-Encryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saransh-cpp%2FChaotic-Encryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Saransh-cpp","download_url":"https://codeload.github.com/Saransh-cpp/Chaotic-Encryption/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248914115,"owners_count":21182359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decryption-algorithm","encryption","encryption-algorithms","encryption-decryption","image-encryption","image-encryption-algorithm","image-manipulation","logistic","lorenz","lorenz-attractor","lorenz-equation","python","python3"],"created_at":"2024-10-15T13:27:51.235Z","updated_at":"2025-04-14T16:13:44.077Z","avatar_url":"https://github.com/Saransh-cpp.png","language":"Python","readme":"# Chaotic Encryption\nThis repository contains the code for encrypting an image using various techniques written completely in python.\n\n## Chaotic systems used\n### 1. Logistic map equation\n### 2. Lorenz system of differential equations\n\n## Encryption methods used\n### 1. Only substitution (Confusion method)\nHere, the code substitutes every pixel of the image with another pixel (which is obtained be XORing the initial pixel's value with a pseudo-random number (different for every pixel) generated using one of the above mentioned PRNG) thus making the encryption very secure.\n### 2. Shuffling and then Substitution (Diffusion then Confusion method)\nHere the code first shuffles the pixels of an image using random numbers (one for every pixel) generated using one of the PRNG and then it performs the above described substitution method with another set of keys. Thus this encryption approach is very secure.\n\n## Connecting chaos with fractals\nThe code also aims to connect chaos with fractals which is inspired from [here](https://github.com/jonnyhyman/Chaos) \n\n## Final reports\n### 1. Report for encryption using Lorenz system of differential equations\nThe report can be found [here](https://github.com/Saransh-cpp/Chaotic-Encryption/blob/master/Reports/ODE%20Report.pdf). \n### 2. Report for encryption using logistic map and then connecting chaos with fractals\nThe report can be found [here](https://github.com/Saransh-cpp/Chaotic-Encryption/blob/master/Reports/Calc%20Project.pdf). \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaransh-cpp%2Fchaotic-encryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaransh-cpp%2Fchaotic-encryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaransh-cpp%2Fchaotic-encryption/lists"}