diff --git a/src/KeyKeeper/PasswordStore/Crypto/CompositeKey.cs b/src/KeyKeeper/PasswordStore/Crypto/CompositeKey.cs index 43ba1ad..c9b5182 100644 --- a/src/KeyKeeper/PasswordStore/Crypto/CompositeKey.cs +++ b/src/KeyKeeper/PasswordStore/Crypto/CompositeKey.cs @@ -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; }