CommonMd5ToUlong Method
Uses MD5 to hash the input string and then converts the first 8 bytes of the hash to a ulong. This can be used to create a unique
identifier for a string, such as a username or email address, without storing the original string in plaintext.
Namespace: Scopos.BabelFish.HelpersAssembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
public static ulong Md5ToUlong(
string input
)
- input String
UInt64