I am working on a program that allows users to hash words, I know it's basic I am still learning :). But, I have found that there are only 6 main hashing algorithms included in the .NET framework I have. Is there a way to add more as this would be a key feature in my program? Any help or ideas thanked
EDIT
A way I am think of is having a file that contains the algorithm or something similar that allows me to call it with a string and then return the hash.
By add more I mean being able to call it within a function or call a file with parameters then having it return the hash