Hey Sean,

Check out ASCrypt at http://www.meychi.com/archive/000031.php

It has the following classes: Base8, Base64, Goauld, LZW, GUID, RC4,
MD5, SHA1, ROT13, Rijndael and TEA.

I have used the GUID class at it creates exactly what you are after.
Also it is all written in Actionscript 2.0

cheers,

Andrew Spaulding
www.flexdaddy.info



--- In flexcoders@yahoogroups.com, Sean McKibben <[EMAIL PROTECTED]> wrote:
> Is anyone aware of a guid generation system for flex/flash? I'm  
> building a system which does quite a bit on the client before a trip  
> to the server, and it needs to make some references amongst objects  
> that the server can understand, so a real guid generator would be the  
> best way to do that.
> 
> I know I could probably use math.random() to generate a random number  
> and try to use that as a guid, but this is an enterprise app here,  
> and there are rules for guids which we'd need to conform to.
> 
> Ideally, the the UUID version 5, using SHA-1 would be my preference.  
> Anything at least pretty robust which could come up with the format,  
> "{3F2504E0-4F89-11D3-9A0C-0305E82C3301}" would be useful.
> 
> Anyone else come across a solution for this?
> 
> Thanks,
> Sean




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to