The name parameter will be MD5-hashed, so the cleartext cannot be derived from the generated UUID.
+ 名字参数将被 MD5 哈希,所以无法从生成的 UUID 中获取明文。
英语百科
Named parameter
In computer programming, named parameters, pass-by-name, or keyword arguments refer to a computer language's support for function calls that clearly state the name of each parameter within the function call itself.