初始化
This commit is contained in:
13
packages/MD5.2.0.2/readme.md
vendored
Normal file
13
packages/MD5.2.0.2/readme.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||

|
||||

|
||||
|
||||
# MD5-CSharp
|
||||
[NuGet package](https://www.nuget.org/packages/md5/)
|
||||
|
||||
Encrypt strings easily.
|
||||
|
||||
# Example
|
||||
Install-Package MD5 -Version 2.0.0
|
||||
```
|
||||
string password = MD5Hash.Hash.Content("123");
|
||||
```
|
||||
Reference in New Issue
Block a user