What's the absolute simplest way to generate a URL safe checksum for a string in .NET? I'll use this checksum as a lookup and it will be part of and URL and therefore needs to be URL safe.
GetHashCode would have been perfekt for me if it only generated the same hash for the same string on different version of .NET ... Basically what I need is a url shortener I guess