Does anyone know if Windows (2003 server) has a DLL for which I have MD5 / SHA1 Can I call a string to calculate?
I got one in C #. Dll is written that does this, but I do not have permission to use it because the rules of the company are for our servers.
/ Ausgar
If you have one. NET 2.0 is installed (which I think you do), so yes, there is one.
It is accessible as a COM in the form of System.Security.Cryptography.MD5CryptoServiceProvider
and System.Security.Cryptography.HMACSHA1
, respectively.
It is no use to install C # as C # in C # .NET and .NET have already implemented it for you.
PS If any on your system Net or you refuse to use .NET / COM for any reason, it is using it.