Hi,
I want to create installer for my web based project. But before that i want to encrypt the files from my end before creating the installer. So that after installing the project the end user should not be able to see the file content. Or the end use should be able to decompile it.
Thanks
Vallab
Loading
vallab raoPosted Mar 24, 2010, 5:56 AM
Thanks you for ur reply. But i need the encryption of entire cs file & aspx file so that no one can decomiple the same to any other language.
Sailaja YPosted Mar 24, 2010, 5:52 AM
Encryption in general, is used to encrypt the sensitive information in the application(For Ex: passwords etc) that are stored in configuration file. So, encryption of the configuration file (web.config) file is done to protect such data.Below link would be quite helpful for such scenario.
http://msdn.microsoft.com/en-us/library/ms998283.aspx
Can you please clarify whether you want to encrypt the .aspx page totally as such??
Regards,