how to do image decryption using RSA alogrithm?

i tried this code for decryption of image using RSA algorithm. I'm not getting the original image back.
for i=1:x
for j=1:y
P(i,j)= mod((C(i,j)^d),n);
end
end
figure(3);
imshow(P);
where C is the encrypted image
please help.

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeEncryption / Cryptography についてさらに検索

製品

質問済み:

2015 年 9 月 19 日

編集済み:

2015 年 9 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by