feat: stub out secure config with dependencies
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace StevanFreeborn.Extensions.Configuration.Secure.Cryptography;
|
||||
|
||||
internal interface ICryptoProvider
|
||||
{
|
||||
string Encrypt(string plainText);
|
||||
string Decrypt(string cipherText);
|
||||
}
|
||||
Reference in New Issue
Block a user