初始化

This commit is contained in:
2025-12-11 11:39:02 +08:00
commit 156d6ccb06
1708 changed files with 1162911 additions and 0 deletions

13
packages/MD5.2.0.2/readme.md vendored Normal file
View File

@@ -0,0 +1,13 @@
![Nuget](https://img.shields.io/nuget/dt/md5)
![Nuget](https://img.shields.io/nuget/v/md5)
# 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");
```