Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. i want security code

i want security code

Scheduled Pinned Locked Moved C#
csharpsecuritytutorial
16 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _ _Amy

    Hi, You should try google for it. Don't be lazy always. Follow the links below: MSDN : Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication[^] MSDN : Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication - 2[^] MSDN : ASP.NET Web Application Security[^] ASP.NET Security: An Introductory Guide to Building and Deploying More Secure Sites with ASP.NET and IIS[^] MSDN : Securing Your ASP.NET Applications[^] Also read the ASP.NET Security Overview[^] All the best,.

    Read the article "Table Valued Parameters". --Amit

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #4

    Good pointers! I'd like to add the Sql server security checklist[^] to your batch :)

    Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

    1 Reply Last reply
    0
    • C chandu pamidiboina

      How to provide security to high level security to projects using system information in c#

      B Offline
      B Offline
      BobJanova
      wrote on last edited by
      #5

      I wouldn't want 'high level security' coded by someone who asks for codez plz urgentz on CodeProject ...

      J 1 Reply Last reply
      0
      • L Lost User

        chandu.pamidiboina wrote:

        How to provide security to high level security to projects using system information in c#

        Your question is not clear; how does system information relate to security here? Security is a broad subject, and there's not a "code to include" or library that you can hookup and say "I'm secure". Just as your house, when you install a large lock on the door, you feel safer - but hire an expert on the subject and he'll point out the ladder in the backyard, the unlocked windows, and the spare key under the second rock next to your front door. What is it that you need to secure? A webapp, data, a server, sourcecode, passwords, a physical room with limited access?

        Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

        H Offline
        H Offline
        Hitul Mistry
        wrote on last edited by
        #6

        Although Microsoft by default give you security like try one thing in Microsoft Visual Studio there exist venerability like XSS(Cross Site Scripting), Sql Injection, http request attack, Directory Listening etc but if you are using older version then you have to secure it by code tricks but in next version Microsoft have been solved this venerability so take regular updates to your visual studio you don't need to worry regarding your application, Although you wan't more security then you can use HTTPS that can be configure by WCF but for that you have to purchase ssl certificate it is mostly use by gmail pages. Now for that try one thing Create new web application Visual Studio > New > Website > C# web apllication > Take new Textbox and command button Now run this project and write "Alert("Hi");" Now click on Submit button It will give you an error like that XSS or CSS(Cross Site Scripting) so now you are secure. Not to worry regarding that just use latest things avoide to use old versions automatically secure.

        J 1 Reply Last reply
        0
        • H Hitul Mistry

          Although Microsoft by default give you security like try one thing in Microsoft Visual Studio there exist venerability like XSS(Cross Site Scripting), Sql Injection, http request attack, Directory Listening etc but if you are using older version then you have to secure it by code tricks but in next version Microsoft have been solved this venerability so take regular updates to your visual studio you don't need to worry regarding your application, Although you wan't more security then you can use HTTPS that can be configure by WCF but for that you have to purchase ssl certificate it is mostly use by gmail pages. Now for that try one thing Create new web application Visual Studio > New > Website > C# web apllication > Take new Textbox and command button Now run this project and write "Alert("Hi");" Now click on Submit button It will give you an error like that XSS or CSS(Cross Site Scripting) so now you are secure. Not to worry regarding that just use latest things avoide to use old versions automatically secure.

          J Offline
          J Offline
          jschell
          wrote on last edited by
          #7

          Hitul Mistry wrote:

          versions automatically secure.

          Basically all wrong. Software does not and never will be able to provide complete protection. Technology certainly doesn't. As an example of that, you store your credit card numbers on your computer and you believe your application is secure. So I just walk into your office and walk out the door with your computer. Even if you use normal encryption idioms the box I walked out with will still have everything I need to retrieve them in an unencrypted form.

          H 1 Reply Last reply
          0
          • B BobJanova

            I wouldn't want 'high level security' coded by someone who asks for codez plz urgentz on CodeProject ...

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #8

            Yes but unfortunately we have no idea what skill level the programmers have who create the web sites that we visit.

            L 1 Reply Last reply
            0
            • J jschell

              Hitul Mistry wrote:

              versions automatically secure.

              Basically all wrong. Software does not and never will be able to provide complete protection. Technology certainly doesn't. As an example of that, you store your credit card numbers on your computer and you believe your application is secure. So I just walk into your office and walk out the door with your computer. Even if you use normal encryption idioms the box I walked out with will still have everything I need to retrieve them in an unencrypted form.

              H Offline
              H Offline
              Hitul Mistry
              wrote on last edited by
              #9

              Then you don't know how to ask question dear because you should ask like that how to secure webpage using https encrption i.e. ssl certification with 128bit encryption . You know anything about hacking you have every crack any security have you uploaded any shells, rooted any server, done any type of hacking or something then based on what you can doing so see man in security your mind plays because i know security codding i make my own codding see suppose your website have something another venerability like DNN then there is no meaning for any encryption for that your website should be secured. For Encrption see one video tutorial http://www.screencast.com/users/Shivkoi/folders/Default/media/92f7f313-9b1f-47f9-b99e-b9e098263da3[^] May be help you.

              L D J 3 Replies Last reply
              0
              • H Hitul Mistry

                Then you don't know how to ask question dear because you should ask like that how to secure webpage using https encrption i.e. ssl certification with 128bit encryption . You know anything about hacking you have every crack any security have you uploaded any shells, rooted any server, done any type of hacking or something then based on what you can doing so see man in security your mind plays because i know security codding i make my own codding see suppose your website have something another venerability like DNN then there is no meaning for any encryption for that your website should be secured. For Encrption see one video tutorial http://www.screencast.com/users/Shivkoi/folders/Default/media/92f7f313-9b1f-47f9-b99e-b9e098263da3[^] May be help you.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #10
                1. TopicStarter did not mention websites
                2. I don't do websites
                3. https will be very helpfull if I download all the passwords that are stored in text-format
                4. security is a broader subject than this

                Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

                1 Reply Last reply
                0
                • J jschell

                  Yes but unfortunately we have no idea what skill level the programmers have who create the web sites that we visit.

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #11

                  ..as long as they stick to websites, all is well.

                  Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

                  1 Reply Last reply
                  0
                  • H Hitul Mistry

                    Then you don't know how to ask question dear because you should ask like that how to secure webpage using https encrption i.e. ssl certification with 128bit encryption . You know anything about hacking you have every crack any security have you uploaded any shells, rooted any server, done any type of hacking or something then based on what you can doing so see man in security your mind plays because i know security codding i make my own codding see suppose your website have something another venerability like DNN then there is no meaning for any encryption for that your website should be secured. For Encrption see one video tutorial http://www.screencast.com/users/Shivkoi/folders/Default/media/92f7f313-9b1f-47f9-b99e-b9e098263da3[^] May be help you.

                    D Offline
                    D Offline
                    Dave Kreskowiak
                    wrote on last edited by
                    #12

                    Hitul Mistry wrote:

                    Then you don't know how to ask question dear because you should ask like that how to secure webpage using https encrption i.e. ssl certification with 128bit encryption . You know anything about hacking you have every crack any security have you uploaded any shells, rooted any server, done any type of hacking or something then based on what you can doing so see man in security your mind plays because i know security codding i make my own codding see suppose your website have something another venerability like DNN then there is no meaning for any encryption for that your website should be secured.

                    :laugh: :laugh: :laugh: That was funny! It made absolutely no sense at all!

                    A guide to posting questions on CodeProject[^]
                    Dave Kreskowiak

                    D 1 Reply Last reply
                    0
                    • D Dave Kreskowiak

                      Hitul Mistry wrote:

                      Then you don't know how to ask question dear because you should ask like that how to secure webpage using https encrption i.e. ssl certification with 128bit encryption . You know anything about hacking you have every crack any security have you uploaded any shells, rooted any server, done any type of hacking or something then based on what you can doing so see man in security your mind plays because i know security codding i make my own codding see suppose your website have something another venerability like DNN then there is no meaning for any encryption for that your website should be secured.

                      :laugh: :laugh: :laugh: That was funny! It made absolutely no sense at all!

                      A guide to posting questions on CodeProject[^]
                      Dave Kreskowiak

                      D Offline
                      D Offline
                      Dan Mos
                      wrote on last edited by
                      #13

                      What at you talking about. It makes perfect sence: The dude knows security codez, and wanted to analyze our codez and see if crack,server, dnn, https is secure. :-\

                      All the best, Dan

                      1 Reply Last reply
                      0
                      • H Hitul Mistry

                        Then you don't know how to ask question dear because you should ask like that how to secure webpage using https encrption i.e. ssl certification with 128bit encryption . You know anything about hacking you have every crack any security have you uploaded any shells, rooted any server, done any type of hacking or something then based on what you can doing so see man in security your mind plays because i know security codding i make my own codding see suppose your website have something another venerability like DNN then there is no meaning for any encryption for that your website should be secured. For Encrption see one video tutorial http://www.screencast.com/users/Shivkoi/folders/Default/media/92f7f313-9b1f-47f9-b99e-b9e098263da3[^] May be help you.

                        J Offline
                        J Offline
                        jschell
                        wrote on last edited by
                        #14

                        Hitul Mistry wrote:

                        Then you don't know how to ask question dear

                        I didn't ask a question.

                        Hitul Mistry wrote:

                        because you should ask like that how to secure webpage using https encrption i.e. ssl certification with 128bit encryption .

                        I don't need to ask how to do that. I do however know that if you think doing just that makes your business secure then you are wrong.

                        Hitul Mistry wrote:

                        then based on what you can doing so see man in security your mind plays because i know security codding i make my own codding see suppose your website have something another venerability like DNN then there is no meaning for any encryption for that your website should be secured.

                        Not sure what that means except you seem to be agreeing with me in that technology does not make a business secure.

                        1 Reply Last reply
                        0
                        • L Lost User

                          chandu.pamidiboina wrote:

                          How to provide security to high level security to projects using system information in c#

                          Your question is not clear; how does system information relate to security here? Security is a broad subject, and there's not a "code to include" or library that you can hookup and say "I'm secure". Just as your house, when you install a large lock on the door, you feel safer - but hire an expert on the subject and he'll point out the ladder in the backyard, the unlocked windows, and the spare key under the second rock next to your front door. What is it that you need to secure? A webapp, data, a server, sourcecode, passwords, a physical room with limited access?

                          Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

                          C Offline
                          C Offline
                          chandu pamidiboina
                          wrote on last edited by
                          #15

                          I need code to provide security through web application

                          L 1 Reply Last reply
                          0
                          • C chandu pamidiboina

                            I need code to provide security through web application

                            L Offline
                            L Offline
                            Lost User
                            wrote on last edited by
                            #16

                            chandu.pamidiboina wrote:

                            I need code to provide security through web application

                            That you already mentioned, and you have been given quite some answers[^]. I'm not going to provide code; you'll have to write it yourself, or find someone who will.

                            Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups