Janek Bevendorff
Janek Bevendorff
Just press Ctrl+U. We are not changing the behaviour of double click.
We have a ton of settings already. I prefer not to add more if there are already viable ways without one.
We zero out all sensitive memory that we allocate directly and we try to zero out all memory that we don't control by overriding the delete operator (see https://github.com/keepassxreboot/keepassxc/blob/develop/src/core/Alloc.cpp#L58). Unfortunately,...
On Linux, we can only disable Coredumps. On MacOS, we prevent ptrace, and on Windows we prevent memory access via DACLs. The problem itself affects all platforms and probably all...
We depend on libqrencode for showing TOTP codes already, so a basic implementation wouldn't be fully out of scope I suppose.
I think I'll need some more information about your OS and C/C++ toolchain to debug this. As a user, there isn't really a reason why you would ever need to...
Will have to check. I have two YK5 that I use regularly (no Nano), but I never have them plugged in at the same time.
#422 is the pull request that added this feature.
That was indeed removed. Here's the commit that did that: https://github.com/keepassxreboot/keepassxc/commit/832340e209949be1ef4d057c70dc7a08450f3f36#diff-1db3ae4f87f707eca52da4b7068c06ea14a9c5f27ab38eafc1f864fe0655fec0L1052
> What a strange feature, but i guess we can consider adding this back. We removed those calls for a reason. > > [#11542](https://github.com/keepassxreboot/keepassxc/pull/11542) I don't see why this particular...