Skip to content

milosz08/image-encryption-lorenz-attractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image encryption using chaotic Lorenz attractor

Source code from my LinkedIn article (written in Polish).

Prepare notebook

  1. Clone repository:
$ git clone https://github.com/milosz08/image-encryption-lorenz-attractor
  1. Create and activate virtual environment:
$ python -m venv .venv
$ source .venv/Scripts/activate
  1. Install dependencies:
$ (.venv) pip install -r requirements.txt

Author

Created by Miłosz Gilga. If you have any questions about this source code, send message: miloszgilga@gmail.com.

About

Source code from my blog. Image encryption using chaotic Lorenz attractor and maximal Lyapunov exponent. FFT spectrum analysis.

Resources

Stars

Watchers

Forks