encyption wip
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Bitvault;
|
||||
|
||||
public interface IKeyDeriver
|
||||
{
|
||||
byte[] DeriveKey(string password, byte[] salt, int keySize = 32, int iterations = 10000);
|
||||
}
|
||||
Reference in New Issue
Block a user