Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Simplify.Cryptography

Alexanderius edited this page Sep 1, 2014 · 2 revisions

Provides MD5 class for MD5 cryptography operations.

Available at NuGet as binary package

// Get MD5 hash code of an input string
public static string GetHash(string input);

// Verify a hash against a string.
public static bool VerifyHash(string input, string hash);
Clone this wiki locally