Hello Everyone,
I have Image Scanner Software Application made in C#.Net. But, I want to Encrypt the images inside File folder . Scanned Images are stored in this location:-
- @"E:\File\Images", "*.jpg"
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit GuptaPosted Oct 27, 2016, 4:49 PM
Mohamed AbedallahPosted Oct 27, 2016, 10:43 AM
The following thread has two projects that show how you can encrypt and decrypt Images using LEADTOOLS Imaging toolkit and Microsoft classes.
https://www.leadtools.com/support/forum/posts/t9942-How-to-encrypt-and-decrypt-images-with-LEADTOOLS
Note that you might need to modify the project source code to loop through all images in a folder.
Disclaimer: I am an employee of this library.
Manas MohapatraPosted Oct 9, 2016, 1:38 AM