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. Web Development
  3. ASP.NET
  4. Get original string from Guid

Get original string from Guid

Scheduled Pinned Locked Moved ASP.NET
question
5 Posts 4 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.
  • U Offline
    U Offline
    User 9427106
    wrote on last edited by
    #1

    Hi, I have this result of Guid : d926ef0d-07df-3c5b-2246-12e061f71be1 Now i wanna to get the main string that was converted to this Guid? Ans : the result for this guid is : "0000000000" now My Question is : what is the main string that converted to this GUID : fd7bd272-f7e8-1e57-0a82-e15b79694d25 thanks in advanced!

    B Kornfeld Eliyahu PeterK L U 4 Replies Last reply
    0
    • U User 9427106

      Hi, I have this result of Guid : d926ef0d-07df-3c5b-2246-12e061f71be1 Now i wanna to get the main string that was converted to this Guid? Ans : the result for this guid is : "0000000000" now My Question is : what is the main string that converted to this GUID : fd7bd272-f7e8-1e57-0a82-e15b79694d25 thanks in advanced!

      B Offline
      B Offline
      Bernhard Hiller
      wrote on last edited by
      #2

      A Guid is just a kind of 128bit number, nothing else. It is not at all a string. If you have some strange algorithm for encoding or encrypting strings into a Guid, well, that's your own idea. We don't know how you do that. And consequently we cannot help you in reverting that strange process.

      1 Reply Last reply
      0
      • U User 9427106

        Hi, I have this result of Guid : d926ef0d-07df-3c5b-2246-12e061f71be1 Now i wanna to get the main string that was converted to this Guid? Ans : the result for this guid is : "0000000000" now My Question is : what is the main string that converted to this GUID : fd7bd272-f7e8-1e57-0a82-e15b79694d25 thanks in advanced!

        Kornfeld Eliyahu PeterK Offline
        Kornfeld Eliyahu PeterK Offline
        Kornfeld Eliyahu Peter
        wrote on last edited by
        #3

        You may talk about a hash? Can you show us the code generates those 'GUID'...

        I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

        "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

        1 Reply Last reply
        0
        • U User 9427106

          Hi, I have this result of Guid : d926ef0d-07df-3c5b-2246-12e061f71be1 Now i wanna to get the main string that was converted to this Guid? Ans : the result for this guid is : "0000000000" now My Question is : what is the main string that converted to this GUID : fd7bd272-f7e8-1e57-0a82-e15b79694d25 thanks in advanced!

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

          See http://msdn.microsoft.com/en-us/library/System.Guid(v=vs.110).aspx[^].

          1 Reply Last reply
          0
          • U User 9427106

            Hi, I have this result of Guid : d926ef0d-07df-3c5b-2246-12e061f71be1 Now i wanna to get the main string that was converted to this Guid? Ans : the result for this guid is : "0000000000" now My Question is : what is the main string that converted to this GUID : fd7bd272-f7e8-1e57-0a82-e15b79694d25 thanks in advanced!

            U Offline
            U Offline
            User 9427106
            wrote on last edited by
            #5

            Thanks all! But my question is how to decode ( i dont have encoding method) : i got these from a website : d926ef0d-07df-3c5b-2246-12e061f71be1 ------> "0000000000" fd7bd272-f7e8-1e57-0a82-e15b79694d25 ------> "09130000000" 146b2bf5-fddb-5e68-0e9a-e5cdd19513dc ------> "0000000001" 4fb94dee-654f-55a5-5c94-71974b23fcd4 --------> "09130000001" b69ff890-e528-a2fc-c011-8f31dcfe4794 ----> "09125395974" f734f107-2d2c-b2e0-ed26-b92679d7cf68 ---> ??????????? any decoding algorithm ? thanks in advanced!

            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