Hi All
I am saving image files on web server. To secure them i want to encrypt them. How can i achieve this Please give me some solution/suggestion to solve the problem.
Regards
Hi All
I am saving image files on web server. To secure them i want to encrypt them. How can i achieve this Please give me some solution/suggestion to solve the problem.
Regards
How to encrypt an image file ?
Francesco De Vittori
well I guess you could use the File.Encrypt/File.Decrypt methods in the System.IO namespace but the partition must be NTFS in order to make use of this.
http://msdn2.microsoft.com/en-us/library/system.io.file.encrypt.aspx
http://www.codeproject.com/dotnet/EncryptFile.asp