I've created a web based MD5 generator for text. MD5 is a widely used cryptographic hash function that can be used to check the integrity of data. If the data is changed the hash value will change too. If you would like to know how to create an MD5 in C# go to An MD5 Hash of a String. Hope you find it useful.