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. how to implement md5 algorithm in c#

how to implement md5 algorithm in c#

Scheduled Pinned Locked Moved C#
csharpalgorithmstutorial
6 Posts 6 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.
  • R Offline
    R Offline
    rincy sivan
    wrote on last edited by
    #1

    hi

    M L P OriginalGriffO 4 Replies Last reply
    0
    • R rincy sivan

      hi

      M Offline
      M Offline
      Member 10614296
      wrote on last edited by
      #2

      hiiiii

      1 Reply Last reply
      0
      • R rincy sivan

        hi

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

        See http://www.codeproject.com/Messages/1278604/How-to-get-an-answer-to-your-question.aspx[^].

        1 Reply Last reply
        0
        • R rincy sivan

          hi

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          Seeing that your question is a bit light on detail, I will just point you at the documentation on MD5[^].

          1 Reply Last reply
          0
          • R rincy sivan

            hi

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #5

            If this is a new project,m then I would recommend that you don't - MD5 is officially "broken" and should not be used for new designs - SHA is preferred. MSDN has plenty of information on how to use SHA and MD5 hashing: http://msdn.microsoft.com/en-us/library/system.security.cryptography.sha512(v=vs.110).aspx[^] http://msdn.microsoft.com/en-us/library/system.security.cryptography.md5(v=vs.110).aspx[^]

            Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            A 1 Reply Last reply
            0
            • OriginalGriffO OriginalGriff

              If this is a new project,m then I would recommend that you don't - MD5 is officially "broken" and should not be used for new designs - SHA is preferred. MSDN has plenty of information on how to use SHA and MD5 hashing: http://msdn.microsoft.com/en-us/library/system.security.cryptography.sha512(v=vs.110).aspx[^] http://msdn.microsoft.com/en-us/library/system.security.cryptography.md5(v=vs.110).aspx[^]

              Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

              A Offline
              A Offline
              AmitGajjar
              wrote on last edited by
              #6

              Quote:

              MD5 is officially "broken" and should not be used for new designs - SHA is preferred

              Thanks for this information. I am not aware about that. You deserve Up vote.

              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