I have a C# website where I need to create a md5 hash value for a file but my web server has FIPS enabled. Changing to md5 is not an option due to server requirements and for some reason changing the file to FIPS its also out of the table.
Can I create a small desktop or command application where I am able to setup the hash value manually? Is there any alternative to accomplish this task?