Skip to content

Commit 904cebf

Browse files
authored
Update README.md
1 parent 88226b9 commit 904cebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Install-Package NETCore.Encrypt -Version 2.0.2
212212
```
213213
```csharp
214214
var encryptedStr = "xxxxx";
215-
var strValue = EncryptProvider.Base64Decrypt(srcString,Encoding.ASCII);
215+
var strValue = EncryptProvider.Base64Decrypt(encryptedStr,Encoding.ASCII);
216216
```
217217
***
218218
# Easy to use hash with `EncryptExtensions`

0 commit comments

Comments
 (0)