We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a95d39 commit b5dfde9Copy full SHA for b5dfde9
MD5CSharp/MD5.csproj
@@ -5,7 +5,7 @@
5
<Authors>Alexandre Freire</Authors>
6
<Company>Alexandre Freire</Company>
7
<PackageTags>Hash, MD5, MD5Hash, Encryptor</PackageTags>
8
- <Description>Encrypt strings using helper/extension. Ex: string key = "hello world".GetMD5() or string key = MD5Hash.Hash.Content("123");</Description>
+ <Description>Encrypt strings, byteArray or stream using helper/extension. Ex: string key = "hello world".GetMD5() or string key = MD5Hash.Hash.Content("123");</Description>
9
<PackageLicenseFile>license.txt</PackageLicenseFile>
10
<ApplicationIcon>logo.ico</ApplicationIcon>
11
<PackageIcon>logo.png</PackageIcon>
0 commit comments