UUID does create a globaly unique value  (BTW CreateUUID in CF is formatted
incorrectly)

How ever it does not create a unique PAIR of values. Also UUID functions
tend to give sequential values

For example , for I run CreateUUID twice in a row...

1BBF0354-8A59-11D4-955E0050DA7875E0 1BBF0355-8A59-11D4-955E0050DA7875E0

I chould guess the next value is

1BBF0356-8A59-11D4-955E0050DA7875E0 (it was )

so it's not very secure.....

It is the combination of 2 random values that gives a secure key...


~JustinMacCarthy



----- Original Message -----
From: "Rob Keniger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 14, 2000 11:01 AM
Subject: Re: Cryotic Keys again


> on 14/9/2000 7:53 PM, JustinMacCarthy at [EMAIL PROTECTED] wrote:
>
> > What you need to do is create two numbers which when used together give
you
> > a unique / secure value.
>
> Surely that is what CreateUUID() does? Or have I missed something?
>
> Rob Keniger
[EMAIL PROTECTED]
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to