With this package you can encrypt and decrypt your usernames, passwords and any Important data.
- Encrypt by TRIPLE DES
- Encrypt by ASCIIEncoding
MAP.AspNetCore.Security;
Your_String
is string you want to Encrypt
SecurityEncryption.SimpleEncrypt(Your_String)
Your_Encrypt
is string was Encrypted bySimpleEncrypt
SecurityEncryption.SimpleDecrypt(Your_Encrypt)
Your_String
is string you want to EncryptYour_Key
is string pattern key you want
SecurityEncryption.Encrypt3DES(Your_String, Your_Key)
Your_Encrypt
is string was Encrypted byEncrypt3DES
Your_Key
is string pattern key you use inEncrypt3DES
SecurityEncryption.Decrypt3DES(Your_Encrypt, Your_Key)
If there is a issuse or question, I will be happy to share it with me https://github.com/Mohammad-Abbasi2559