cipher in iamge using matlab code
2 次查看(过去 30 天)
显示 更早的评论
hi for everyone in this site. pleas i need help in matlab ... i am work to cipher text in matlab using cipher algorithms. but i need to read image and convert it to binary number such as (255 ---- will be 11111111) and so on and when i convert it to binary will be used xor operation with key >>>
0 个评论
回答(1 个)
Geoff Hayes
2015-4-4
mays - you don't need to convert the image into binary. Just use the MATLAB bit wise operations to manipulate the pixels of the image.
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Encryption / Cryptography 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!