https://github.com/agriyakhetarpal/lorenzchaosencryption
Image encryption script in Python
https://github.com/agriyakhetarpal/lorenzchaosencryption
Last synced: 3 months ago
JSON representation
Image encryption script in Python
- Host: GitHub
- URL: https://github.com/agriyakhetarpal/lorenzchaosencryption
- Owner: agriyakhetarpal
- Created: 2021-03-10T20:29:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T05:25:05.000Z (over 4 years ago)
- Last Synced: 2025-03-16T23:49:19.547Z (3 months ago)
- Language: Python
- Size: 17.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LorenzChaosEncryption
This is an image encryption script in Python written for our first semester's month-long project for the course Ordinary Differential Equations at DUCIC. This code was written by a team of four members and includes three sample images to try and test upon.
The shuffling and substitution algorithms have been used. The Lorenz system of ordinary linear differential equations (which is a chaotic system for specific values of its parameters) was used as a PRNG.