public static function dataToUUID(...$params) { return Utils::toUUID(hash("md5", implode($params), true), 3); }