Is there any potential downsides to using random UUID as temporary file/directory name? -
Is there any potential downsides to using random UUID as temporary file/directory name? -
is reasonable utilize random uuid (uuid version 4) based on /dev/urandom
or cryptgenrandom
name temporary files/directories? name collision highly unlikely, there potential problems? why isn't such scheme used more frequently?
random uuid temp
Comments
Post a Comment