Add code for opening vault
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
|
||||
public interface IVaultKeyFactory
|
||||
{
|
||||
VaultKey Create(string password);
|
||||
VaultKey Create(byte[] phrase,
|
||||
byte[]? encryptedKey = null,
|
||||
byte[]? salt = null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user