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

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -