Convert integer to GUID and back

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tom

    Convert integer to GUID and back

    I need to convert an integer to a GUID consisting only of capital letters
    and numbers.
    I also need to be able to convert it back again.

    I would prefer it was somewhat difficult to determine how to convert it
    back.

    What do I do? :-)

    Regards


  • Tim Roberts

    #2
    Re: Convert integer to GUID and back

    "Tom" <no@spam.please wrote:
    >
    >I need to convert an integer to a GUID consisting only of capital letters
    >and numbers.
    GUID has a very specific meaning, and what you are talking about is NOT it.
    I assume you're trying to implement something similar to Microsoft's CD
    keys. There are any number of copy protection algorithms available on the
    web. Did you do some searching?
    --
    Tim Roberts, timr@probo.com
    Providenza & Boekelheide, Inc.

    Comment

    • Tom

      #3
      Re: Convert integer to GUID and back


      "Tim Roberts" <timr@probo.com wrote in message
      news:ugdhp21tds 3c02622qspcof1n n5ovtfq0d@4ax.c om...
      "Tom" <no@spam.please wrote:
      >>
      >>I need to convert an integer to a GUID consisting only of capital letters
      >>and numbers.
      >
      GUID has a very specific meaning, and what you are talking about is NOT
      it.
      Replace GUID with "code".
      I assume you're trying to implement something similar to Microsoft's CD
      keys.
      No.
      There are any number of copy protection algorithms available on the
      web.
      Most likely. Irrelevant to the question.
      Did you do some searching?
      Yes, and nothing came up.

      Thanks for your help :-D


      Comment

      Working...