Files
Desktop_RCULogAgent/packages/MD5.2.0.2/readme.md
2025-12-11 11:39:02 +08:00

14 lines
284 B
Markdown

![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");
```