A Universally Unique Identifier (UUID) is a 128-bit number/tag used for computer data storage, transfer etc. UUID version 5 is generated by hashing a namespace identifier and a name. This namespace identifier and name is concatenated and hashed to generate the UUID. The hashing algorithm used to generate the UUID version 5 is SHA-1.
DISCLAIMER :- The UUIDs generated in this site are provided free of charge without any warranty of any kind. UUIDs are created using "ramsey/uuid" library and user is responsible for using the UUIDs and assuming any kind of risk by using them. You are not permitted to use the UUIDs generated by this tool if you do not agree to the terms.