mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-06 16:37:00 +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;
|
namespace KeyKeeper.PasswordStore.Crypto;
|
||||||
|
|
||||||
public struct CompositeKey
|
public class CompositeKey
|
||||||
{
|
{
|
||||||
public string Password { get; }
|
public string Password { get; }
|
||||||
public byte[] Salt { get; }
|
public byte[] Salt { get; }
|
||||||
|
|||||||
Reference in New Issue
Block a user