feat: 初始功能
This commit is contained in:
7
Services/Abstractions/ISecretProtector.cs
Normal file
7
Services/Abstractions/ISecretProtector.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace CloudPrint.Client.Services.Abstractions;
|
||||
|
||||
public interface ISecretProtector
|
||||
{
|
||||
string Protect(string plainText);
|
||||
string Unprotect(string protectedText);
|
||||
}
|
||||
Reference in New Issue
Block a user