This code snippet will create a function that allows you to convert an MD5 checksum into a UUID formatted string. MD5 sum lengths are 32 characters. UUID string lengths are 32 characters excluding dashes and 36 with dashes. Continue reading Create UUID from an existing MD5 sum in PHP