|
|
/code/StringHasher The program really just wraps up hashing a string using anything that inherits from the HashAlgorithm class in System.Security.Cryptography. It allows for a salt and a encoding method and is really pretty flexible. Thanks to the built-in classes, the work to actually perform the hash is sickenly short. So wonderful.. If you have comments or patches or anything, lemme know. |