From: Sanober on
i need code for DES encryption Algorithm apply on Images.................plzzzzzzzzzzzzzzzzzzzz and also tell me how can i apply AES toolbox on Images instead of Plain text......................plz help..................
From: Walter Roberson on
Sanober wrote:
> i need code for DES encryption Algorithm apply on
> Images.................plzzzzzzzzzzzzzzzzzzzz and also tell me how can
> i apply AES toolbox on Images instead of Plain
> text......................plz help..................

typecast() the image data to 'uint8' and pass it to the regular DES or
AES algorithm.