cipher in iamge using matlab code
Mostrar comentarios más antiguos
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 >>>
Respuestas (1)
Geoff Hayes
el 4 de Abr. de 2015
0 votos
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 comentarios
mays afif
el 4 de Abr. de 2015
Image Analyst
el 4 de Abr. de 2015
binaryString = dec2bin(yourImage(row, column))
Categorías
Más información sobre Encryption / Cryptography en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!