Jonathan White
Jonathan White
That is an elegant solution and easy to implement and maintains user intent.
Can you include a much smaller test wordlist?
Actually yes and no. While looking at the code for passphrase generator I noticed we do in fact print a warning when the wordlist is less than 4000 lines, but...
Yes, the minimum should be 4,000 distinct words.
Agreed, good idea. Can make it a static member variable that can be manipulated by the testing code. Make the test a friend class for example.
Mocking is not correct, that would be for an interface like a hardware key. Friend class doesn't create a dependency it's just a compiler flag that overrides normal private namespace...
See here: https://github.com/keepassxreboot/keepassxc/issues/10407
Actually on second thought I'm going to swap these
Hello, we do attempt to move the fingerprint window to the front. If it takes longer than 2 seconds to appear for you, then we will give up trying to...
Do you mind posting a screenshot of the fingerprint window? I wonder if Dell introduced a custom one that is overriding the default Windows version.