Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Abbasi2559 committed May 23, 2023
1 parent 97f03d3 commit 2c5376d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,14 @@ SecurityEncryption.SimpleEncrypt(Your_String)

- `Your_String` is string you want to Encrypt
- `Your_Key` is string pattern key you want
- `Your_CipherMode_Enum` Specifies the block cipher mode to use for encryption
~~~
SecurityEncryption.Encrypt3DES(Your_String, Your_Key, Your_CipherMode_Enum)
SecurityEncryption.Encrypt3DES(Your_String, Your_Key)
~~~

- `Your_Encrypt` is string was Encrypted by **`Encrypt3DES`**
- `Your_Key` is string pattern key you use in **`Encrypt3DES`**
- `Your_CipherMode_Enum` Specifies the block cipher mode to use for encryption \
**`CipherMode`** **It should be the one you used in Encrypt3DES**
~~~
SecurityEncryption.Decrypt3DES(Your_Encrypt, Your_Key, Your_CipherMode_Enum)
SecurityEncryption.Decrypt3DES(Your_Encrypt, Your_Key)
~~~

### Contact me :
Expand Down

0 comments on commit 2c5376d

Please sign in to comment.