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. Algorithms
  4. Password security Algorithm needed

Password security Algorithm needed

Scheduled Pinned Locked Moved Algorithms
algorithmssecurityhelp
6 Posts 5 Posters 44 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.
  • L Offline
    L Offline
    lastFarhi
    wrote on last edited by
    #1

    Hi all!! Is any1 kind enuf to help me out about password security while developing web applications. any material any password security algo any link kindly do help me thanx in advance

    CPalliniC F E 3 Replies Last reply
    0
    • L lastFarhi

      Hi all!! Is any1 kind enuf to help me out about password security while developing web applications. any material any password security algo any link kindly do help me thanx in advance

      CPalliniC Offline
      CPalliniC Offline
      CPallini
      wrote on last edited by
      #2

      have a look at Crypto API [^] or System.Security.Cryptography [^]. :)

      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

      In testa che avete, signor di Ceprano?

      1 Reply Last reply
      0
      • L lastFarhi

        Hi all!! Is any1 kind enuf to help me out about password security while developing web applications. any material any password security algo any link kindly do help me thanx in advance

        F Offline
        F Offline
        Frank Kerrigan
        wrote on last edited by
        #3

        Have you tried google ? What development platform are you using as this makes a difference.

        Grady Booch: I told Google to their face...what you need is some serious adult supervision. (2007 Turing lecture) http://www.frankkerrigan.com/[^]

        L 1 Reply Last reply
        0
        • F Frank Kerrigan

          Have you tried google ? What development platform are you using as this makes a difference.

          Grady Booch: I told Google to their face...what you need is some serious adult supervision. (2007 Turing lecture) http://www.frankkerrigan.com/[^]

          L Offline
          L Offline
          lastFarhi
          wrote on last edited by
          #4

          thanx for concern actually I am developing an e-commerce application in asp.net using c#. During user registration process, password will be taken from textbox and will be stored in SQL Server DB. i want to do encryption while storing password in DB and algorithm is required here.

          C 1 Reply Last reply
          0
          • L lastFarhi

            thanx for concern actually I am developing an e-commerce application in asp.net using c#. During user registration process, password will be taken from textbox and will be stored in SQL Server DB. i want to do encryption while storing password in DB and algorithm is required here.

            C Offline
            C Offline
            cmk
            wrote on last edited by
            #5

            lastFarhi wrote:

            password will be taken from textbox and will be stored in SQL Server DB. i want to do encryption while storing password in DB and algorithm is required here

            Generally, storing a password is bad. Most people hash the password and store that in the database. When the user logs in you take the password they give, hash it, and compare this hash to what is stored in the database. Encrypting the password means you can decrypt it (recover it), encryption is 2-way. Hashing the password is 1-way, you can't recover the password from the hash. The SHA family are the most common (current) algorithms. http://en.wikipedia.org/wiki/SHA-1[^]

            ...cmk Save the whales - collect the whole set

            1 Reply Last reply
            0
            • L lastFarhi

              Hi all!! Is any1 kind enuf to help me out about password security while developing web applications. any material any password security algo any link kindly do help me thanx in advance

              E Offline
              E Offline
              ekynox
              wrote on last edited by
              #6

              Have you tried looking at the Crytopgraphy Application Block within Enterprise Library. Why not download Entperise Library from MSDN and give it a go. Personally, I find the Crytopgraphy Application Block within Enterprise Library to contain more useful routines than what is available within in the .net framework.

              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