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 -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -