Interface IEncryptionAlgorithm
- Namespace
- JJMasterData.Commons.Security.Cryptography.Abstractions
- Assembly
- JJMasterData.Commons.dll
Represents a secure encryption algorithm.
public interface IEncryptionAlgorithm
Methods
DecryptString(string, string)
string DecryptString(string cipherText, string secretKey)
Parameters
Returns
EncryptString(string, string)
string EncryptString(string plainText, string secretKey)