File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ dotnet add package NETCore.Encrypt --version 2.0.8
9393 var desKey = EncryptProvider .CreateDesKey ();
9494
9595 ```
96- - #### Create DES Iv
96+ - #### Create DES Iv 【NEW】【PRE】
9797
9898 ``` csharp
9999
@@ -128,7 +128,7 @@ dotnet add package NETCore.Encrypt --version 2.0.8
128128 var decryptedBytes = EncryptProvider .DESDecrypt (encryptedBytes , key );
129129 ```
130130
131- - #### DES encrypt bytes with iv (CBC mode ) 【NEW 】} 【PRE 】
131+ - #### DES encrypt bytes with iv (CBC mode )【NEW 】【PRE 】
132132
133133 ```csharp
134134 var srcBytes = new byte []{xxx };
@@ -168,7 +168,7 @@ dotnet add package NETCore.Encrypt --version 2.0.8
168168 var modulus = rsaKey .Modulus ;
169169 ```
170170
171- - #### Rsa Sign and Verify method 【NEW 】
171+ - #### Rsa Sign and Verify method 【NEW 】
172172
173173 ```csharp
174174 string rawStr = " xxx" ;
You can’t perform that action at this time.
0 commit comments