ilyakotsar / imagecrypt

Image encryption with a password using rail fence cipher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageCrypt

Image encryption with a password using rail fence cipher

Available formats: .png/.jpg

Example

Encrypted image:

Decrypted image:

Password: 2RtLSOBb61jvLQo71jCA

Usage

Install NumPy and Pillow

pip install numpy pillow

Run the script

python imagecrypt.py

About

Image encryption with a password using rail fence cipher

License:MIT License


Languages

Language:Python 100.0%