/AES-Image-Encryption

This is a basic yet powerful Image encryption mini project, which generates an encrypted file of variable dimensional image input by using Advanced Encryption Standard (AES-256bit) algorithm.

Primary LanguagePython

AES-Image-Encryption

This is a mini AES Image encryption project that I made during my last semester. The program takes any dimensional image file as an input converts it into two different encrypted and decrypted file of images one will be read by computer other does not. The method used is Advanced Encryption Standard (AES).