refactor(CryptFactory.Password): umbenennen in PbePassword
This commit is contained in:
parent
7048f385ef
commit
a39728dff5
@ -11,7 +11,7 @@ namespace DigitalData.Core.Security
|
||||
|
||||
public int KeySizeInBits { get; init; } = 2048;
|
||||
|
||||
public string Password { get; init; }
|
||||
public string PbePassword { get; init; }
|
||||
|
||||
public PbeEncryptionAlgorithm PbeEncryptionAlgorithm { get; init; } = PbeEncryptionAlgorithm.Aes256Cbc;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user