This asset includes a C# library that receives a name and the name is anonymized returning a first and last names:
Example data:
Original name: "John Doe"
Anonymized name:
- First Name:"Valiant88"
- Last Name: "Lynx"
Notes:
The anonymized name remains the same for identical input names. However, it is generated using a 256-bit hash, making it impossible to deduce the original name, ensuring both compliance and security.