Class Md5
Represents static wrappers for Md5 methods
Inherited Members
Namespace: Slipe.Shared.Cryptography
Assembly: SlipeShared.dll
Syntax
public static class Md5
Methods
| Improve this Doc View SourceHash(String)
Hash a string with the Md5 algorithm
Declaration
public static string Hash(string input)
Parameters
Type | Name | Description |
---|---|---|
String | input |
Returns
Type | Description |
---|---|
String |
Verify(String, String)
Verify an input string against a Md5 hash
Declaration
public static bool Verify(string input, string hash)
Parameters
Type | Name | Description |
---|---|---|
String | input | |
String | hash |
Returns
Type | Description |
---|---|
Boolean |