Skip to content

Commit

Permalink
update the usage of MD5 hash with length
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong authored Sep 29, 2017
1 parent 18c44c2 commit 419dc8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ Install-Package NETCore.Encrypt -Version 2.0.2

```

```csharp

var srcString = "Md5 hash";
var hashed = EncryptProvider.Md5(srcString, MD5Length.L16);

```

## SHA

- #### SHA1
Expand Down

0 comments on commit 419dc8b

Please sign in to comment.