In this video, we will encrypt/decrypt an image using simple mathematical logic. It requires two things, data and key and when XOR operation is applied on both the operands i.e data and key, the data gets encrypted but when the same process is done again with the same key-value data gets decrypted.

👉 Encryption:

🔴It is nothing but a simple process in which we convert our data or information into secrete code to prevent unauthorized access and keep it private and secure.

🔴First, we will select an image, and then we will convert that image into a byte array due to which the image data will be totally converted into numeric form, and then we can easily apply the XOR operation on it. Now, whenever we will apply the XOR function on each value of the byte array then the data will be changed due to which we will be unable to access it. But we should remember one thing that here our encryption key plays a very important role without that key we can not decrypt our image. It acts as a password to decrypt it.

📁 Source Code for Encryption:
Link - https://drive.google.com/drive/folders/1RvOELAiSSRZFeUve3svkqV9b2op52HXY?usp=sharing 

👉 Decryption :

🔴It is nothing but a process of converting our encrypted data into a readable form. Here we will again apply the same XOR operation on an encrypted image to decrypt it. But always remember that our encryption key and decryption key must be the same.

📁 Source Code for Decryption:
Link - https://drive.google.com/drive/folders/1RvOELAiSSRZFeUve3svkqV9b2op52HXY?usp=sharing 

Subscribe: https://www.youtube.com/c/FalconInfomatic/featured

#python

How to Encrypt and Decrypt Image Using Python | How to Encrypt any Image File Using Python
1 Likes122.40 GEEK