Skip to content

Commit e3f10ca

Browse files
committed
Update
1 parent 216b7df commit e3f10ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Install-Package NETCore.Encrypt -Version 2.0.2
5454
var encryptedStr = "xxxx";
5555
var decrypted = EncryptProvider.AESDecrypt(encryptedStr, key, iv);
5656
```
57-
## DES
57+
## DES (version 2.0.2)
5858

5959
- #### Create DES Key
6060

0 commit comments

Comments
 (0)