Image Encryption Description This project encrypts images using AES encryption so only users with the correct key can decrypt them. Technologies Used Python cryptography Pillow How to Run python encrypt.py python decrypt.py Learning Outcomes Binary data encryption Secure key handling Random IV usage