encrypt .aspx file content

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default encrypt .aspx file content

    Hi there

    Is it possible, as an added (fairly paranoid) security measure, to encrypt
    the content of, say, an .aspx file on the server?

    Best regards
    Loane


    Loane Sharp Guest

  2. Similar Questions and Discussions

    1. encrypt string in the Web.Config file
      hi I want to encrypt the Connection String that is located in the Web.Config file How Can I do it?
    2. forms authentication: redirects for *.aspx pages only, not for other extensions, not for static content
      Hi! I am using something like this in web.config : <authentication mode="Forms"> <forms name=".MSMOBILES_COM___COOKIE" loginUrl="login.aspx"...
    3. Encrypt in Perl, De-encrypt in Javascript
      I got a javascript off the net which encrypt and de-encrypt HTML code so that nobody can read the public html file. here is the code of...
    4. return binary content from within ASPX page
      my aspx page gets binary data with ms-word file. (just byte array). I want this data to send back to the browser, but when i try to do this with...
    5. including one aspx file in another aspx file
      Is there a way is asp.net that I can include another aspx file ?. We can do this in asp by using include statement.
  3. #2

    Default RE: encrypt .aspx file content

    Try DotNetFuscator...
    Dotnetfuscator community edition comes along with VS.Net
    But if you purchase it, you can get more features to protect your code

    P.S : Pls click on top if this post was usefull to you..

    Hth...
    R. Thomas



    "Loane Sharp" wrote:
    > Hi there
    >
    > Is it possible, as an added (fairly paranoid) security measure, to encrypt
    > the content of, say, an .aspx file on the server?
    >
    > Best regards
    > Loane
    >
    >
    >
    R. Thomas, aka Xtreme.Net Guest

  4. #3

    Default Re: encrypt .aspx file content

    Hi R
    Thanks very much!
    Best regards
    Loane

    "R. Thomas, aka Xtreme.Net" <NoSpam(XtremeDotNet@hotmail.com.NoSpam> wrote
    in message news:C467A2D1-AF91-4B53-A1F7-FE8CBF1926D8@microsoft.com...
    > Try DotNetFuscator...
    > Dotnetfuscator community edition comes along with VS.Net
    > But if you purchase it, you can get more features to protect your code
    >
    > P.S : Pls click on top if this post was usefull to you..
    >
    > Hth...
    > R. Thomas
    >
    >
    >
    > "Loane Sharp" wrote:
    >
    >> Hi there
    >>
    >> Is it possible, as an added (fairly paranoid) security measure, to
    >> encrypt
    >> the content of, say, an .aspx file on the server?
    >>
    >> Best regards
    >> Loane
    >>
    >>
    >>

    Loane Sharp Guest

  5. #4

    Default Re: encrypt .aspx file content

    Obfuscators only help with compiled assemblies. They are not meant for ASPX
    page content.

    "R. Thomas, aka Xtreme.Net" <NoSpam(XtremeDotNet@hotmail.com.NoSpam> wrote
    in message news:C467A2D1-AF91-4B53-A1F7-FE8CBF1926D8@microsoft.com...
    > Try DotNetFuscator...
    > Dotnetfuscator community edition comes along with VS.Net
    > But if you purchase it, you can get more features to protect your code
    >
    > P.S : Pls click on top if this post was usefull to you..
    >
    > Hth...
    > R. Thomas
    >
    >
    >
    > "Loane Sharp" wrote:
    >
    > > Hi there
    > >
    > > Is it possible, as an added (fairly paranoid) security measure, to
    encrypt
    > > the content of, say, an .aspx file on the server?
    > >
    > > Best regards
    > > Loane
    > >
    > >
    > >

    Naveen Kohli Guest

  6. #5

    Default Re: encrypt .aspx file content

    Hi Naveen,
    DotNetFuscator is also meant for aspx pages. But you have to purchase the
    full edition!
    R. Thomas

    "Naveen Kohli" wrote:
    > Obfuscators only help with compiled assemblies. They are not meant for ASPX
    > page content.
    >
    > "R. Thomas, aka Xtreme.Net" <NoSpam(XtremeDotNet@hotmail.com.NoSpam> wrote
    > in message news:C467A2D1-AF91-4B53-A1F7-FE8CBF1926D8@microsoft.com...
    > > Try DotNetFuscator...
    > > Dotnetfuscator community edition comes along with VS.Net
    > > But if you purchase it, you can get more features to protect your code
    > >
    > > P.S : Pls click on top if this post was usefull to you..
    > >
    > > Hth...
    > > R. Thomas
    > >
    > >
    > >
    > > "Loane Sharp" wrote:
    > >
    > > > Hi there
    > > >
    > > > Is it possible, as an added (fairly paranoid) security measure, to
    > encrypt
    > > > the content of, say, an .aspx file on the server?
    > > >
    > > > Best regards
    > > > Loane
    > > >
    > > >
    > > >
    >
    >
    >
    R. Thomas, aka Xtreme.Net Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139