You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-

1
+

2
2

3
3
4
4
# MD5
@@ -7,15 +7,17 @@
7
7
8
8
## Overview
9
9
10
-
MD5 is a .NET library that provides methods to generate MD5 hash from string, byteArray or stream content. It uses the System.Security.Cryptography.MD5 class to generate the hash.
10
+
MD5 is a .NET library that provides methods to generate MD5 hash from string, byteArray, object or stream content. It uses the System.Security.Cryptography.MD5 class to generate the hash.
11
11
12
12
## Usage
13
13
14
-
To use the library, you can call the `GetMD5` method on a string, byteArray or stream to get the MD5 hash.
14
+
To use the library, you can call the `GetMD5` method on a string, byteArray, object or stream to get the MD5 hash.
0 commit comments