I have a problem when trying get a hash string in c#.
c#
I already tried a few websites, but most of them are using files to get the hash. Others that are
I don't really understand the full scope of your question, but if all you need is a hash of the string, then it's very easy to get that.
Just use the GetHashCode method.
Like this:
string hash = username.GetHashCode();