mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-17 18:16:28 +03:00
make CompositeKey a class to make it simpler to protect its memory in the future
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Text;
|
||||
|
||||
namespace KeyKeeper.PasswordStore.Crypto;
|
||||
|
||||
public struct CompositeKey
|
||||
public class CompositeKey
|
||||
{
|
||||
public string Password { get; }
|
||||
public byte[] Salt { get; }
|
||||
|
||||
Reference in New Issue
Block a user