NamespaceSystemLibrary.Common.Framework.Attributes
Obfuscate and deobfuscate a String, Long or Int property or field on serialization and deserialization
Useful when you want to hide productId's or similar in Frontend part of your application when an object is exposed through an API response for instance. Avoids having int's or ID's in the frontend, for attackers wanting to brute force endpoints taking INTs
Remarks
Does not support all property/field types, but at least supports: int, int16, uint, int64, uint64 and string types