79803651

Date: 2025-10-29 10:18:03
Score: 1
Natty:
Report link

There are RFC standards for creating deterministic UUIDs, specifically v3 (MD5) and v5 (SHA-1). You need your own code for this (or a software library) since it doesn't come out of the box in .NET.

I created one such library that you could use. It's called DeterministicGuids and it's open source and licensed under MIT.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Mark Cilia Vincenti