From: Sanober on 5 Jun 2010 11:43 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 5 Jun 2010 11:50 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.
|
Pages: 1 Prev: Remove elements from sparse matrix Next: moving average code going slow |