encyption wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Bitvault
|
||||
{
|
||||
public interface IEncryptor
|
||||
{
|
||||
|
||||
string? Encrypt(string plainText, byte[] key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user