Get original string from Guid
-
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!
-
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!
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.
-
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!
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)
-
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!
-
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!
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!