Hi,Can anyone give the MATLAB code to encrypt and decrypt an image using RSA or any other algorithm with code?
3 次查看(过去 30 天)
显示 更早的评论
I did only encryption part using RSA for an MRI brain tumor image.But i m not able to decrypt that.
0 个评论
回答(1 个)
Image Analyst
2016-1-20
No, that would almost certainly not be allowed here. The Mathworks would delete it. No detailed discussion or code about encryption is allowed. Either here or in the File Exchange. The best I can offer is a little script that rearranges the pixels in a random order (shuffles the pixels, basically) using randperm(), and then unshuffles them using the known/saved sorting order.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Neuroimaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!