04-11-2021 12:39 PM
can anyone provide me the block diagram code for image encryption and decryption.
04-11-2021 02:04 PM
XOR your image with a secret key?
04-12-2021 10:20 AM - edited 04-12-2021 10:21 AM
From a computer point of view, an image is just bits. You can use generic encryption/decryption as you would do with any other kind of data. What are the security requirements?
04-13-2021 06:12 AM
@aman267 wrote:
can anyone provide me the block diagram code for image encryption and decryption.
(ask general questions, you get general answers)