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

8 ビュー (過去 30 日間)
Anushka
Anushka 2015 年 6 月 6 日
コメント済み: Abubakar Abba 2021 年 8 月 2 日
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.

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 6 月 6 日
EncryptedImage = bitxor(FirstImage, SecondImage);
  1 件のコメント
Abubakar Abba
Abubakar Abba 2021 年 8 月 2 日
Dr. Walter, What about Decrypting it back?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeEncryption / Cryptography についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by