[Q]:Generate Unique ID's

Paul Rubin http
Sat May 24 20:41:06 EDT 2003


"Yan Weng" <yweng at cs.uoregon.edu> writes:
> "mac address + time " is definetely unique.

Since neither the mac address nor the time is necessarily unique, 
it follows that the combination isn't necessarily unique.  It's really
best to try to find some physical entropy in the system (e.g. from an
OS-provided security RNG) and use it.




More information about the Python-list mailing list