Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to encrypt an image and also how to get the original image from encrypted image, using c++?

please help.

Thanks, awaiting for response.
Posted

1 solution

You know, an image file is just a bunch of bytes, it has nothing special with respect cryptography. The easy path would be using a library having the crypt/decrypt functionality of your favourite (or a just a 'robust') algorithm.
There are many possible candidate libraries around, have a look, for instance, at OpenSSL[^].
 
Share this answer
 
Comments
RupeshMote 24-Jul-14 2:53am    
Thanks, I will check that OpenSSL library.
CPallini 24-Jul-14 3:02am    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900