mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00

Code cleanup in Lib WIP new VM for OpendatabaseControl WIP KDBX4 file save - still not working
12 lines
310 B
C#
12 lines
310 B
C#
using ModernKeePass.Common;
|
|
using ModernKeePassLib.Cryptography;
|
|
|
|
namespace ModernKeePass.ViewModels
|
|
{
|
|
public class OpenDatabaseUserControlVm: NotifyPropertyChangedBase
|
|
{
|
|
|
|
//public double PasswordComplexityIndicator => QualityEstimation.EstimatePasswordBits(Password.ToCharArray());
|
|
}
|
|
}
|