How to encrypt and decrypt RGB image using logical XOR operation?

7 visualizaciones (últimos 30 días)
Anushka
Anushka el 6 de Jun. de 2015
Comentada: Abubakar Abba el 2 de Ag. de 2021
My aim is to encrypt an RGB image by performing XOR with another image I to generate a share S.Then during decryption should perform XOR with the generated share S and the image I to obtain the RGB image back.Can you please suggest any method.Can anyone help please.

Respuestas (1)

Walter Roberson
Walter Roberson el 6 de Jun. de 2015
EncryptedImage = bitxor(FirstImage, SecondImage);

Categorías

Más información sobre Encryption / Cryptography en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by