Skip to content

This Image Encryption Tool performs basic image manipulation techniques to secure images. It swaps pixels and applies mathematical operations (e.g., adding a constant value to pixel values) to make images unreadable without decryption. Users can select, view, and save encrypted images for secure storage.

Notifications You must be signed in to change notification settings

ojha13291/image-encryption-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Image Encryption Tool

This project provides a simple image encryption tool that applies basic manipulation techniques to secure image data. It allows users to swap pixels and apply mathematical operations (e.g., adding a constant value to pixel values) to make the images unreadable without proper decryption.

Features:

  • Pixel swapping for basic encryption.
  • Mathematical operations on pixel values for further transformation.
  • Option to select, view, and save encrypted images.

Usage:

  1. Run the script.
  2. Select an image file using the file dialog.
  3. View the original, swapped, and modified (encrypted) images.
  4. Save the encrypted images.

Requirements:

  • Python 3.x
  • Pillow library (for image handling)
  • numpy library (for array manipulation)

Installation:

pip install pillow numpy

License:
This project is licensed under the MIT License.

You can now copy and paste this directly into your `README.md` file!

About

This Image Encryption Tool performs basic image manipulation techniques to secure images. It swaps pixels and applies mathematical operations (e.g., adding a constant value to pixel values) to make images unreadable without decryption. Users can select, view, and save encrypted images for secure storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages