Reputation: 36058
In my browser based application,we have to encrypte the image in the server side,and then decrypte it in the client using flash or other language,then display it.
First, I try to use the "System.Security.Cryptography" int .net2 to do the encrypte,but I am afraid in the client side the image can not be decrpyted using flash or others.
SO I wonder if there is some solution?
Upvotes: 0
Views: 260
Reputation: 1687
Why don't you deliver it via a Secure Socket Layer?(HTTPS) Just force it for all the site if you want.
Upvotes: 1