How to generate a LONG guid?

Posted by Ron on Stack Overflow See other posts from Stack Overflow or by Ron
Published on 2010-05-19T17:07:26Z Indexed on 2010/05/19 17:10 UTC
Read the original article Hit count: 172

Filed under:
|
|

I would like to generate a long UUID - something like the session key used by gmail. It should be at least 256 chars and no more than 512. It can contain all alpha-numeric chars and a few special chars (the ones below the function keys on the keyboard). Has this been done already or is there a sample out there?

C++ or C#

© Stack Overflow or respective owner

Related posts about c#

Related posts about c++