Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Does psnr of stego image for LSB after AES algorithm and LSB after RC4 algorithm have any difference?

1 回表示 (過去 30 日間)
Anushka
Anushka 2015 年 8 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Does psnr of stego image for LSB after AES algorithm and LSB after RC4 algorithm have any difference in matlab?

回答 (2 件)

Image Analyst
Image Analyst 2015 年 8 月 15 日
Try it and see. There is a psnr() function in the Image Processing Toolbox.

Walter Roberson
Walter Roberson 2015 年 8 月 15 日
Encryption is most useful when its output is statistically identical to random, so that you cannot perform correlation attacks on the output.
There are two possibilities: either the two encryption schemes have different random statistics or they have the same random statistics. If they have different random statistics then clearly psnr would have to be different. If they have the same random statistics then the question becomes equivalent to asking whether the psnr measurements of two different random samples are going to be the same. And the answer to that is "probably they will be different". If you flip a coin 20 times in a row and record the number of "heads", and then flip again 20 times in a row and record the number of "heads" for that, the number is probably going to be different.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by