VeraCrypt icon indicating copy to clipboard operation
VeraCrypt copied to clipboard

Further prevent ability to access memory on Windows

Open wendig0x opened this issue 1 year ago • 1 comments

In KeePassXC project: https://github.com/keepassxreboot/keepassxc/pull/10618

Maybe we should do the same?

wendig0x avatar May 03 '24 23:05 wendig0x

Indeed, this is a good addition. I will add similar change. Thank you for sharing this.

idrassi avatar May 04 '24 13:05 idrassi

I have pushed a commit to implement this enhancement: https://github.com/veracrypt/VeraCrypt/commit/e96f3035d9f3fb579de947d57317e596d67468be

Interestingly, I have found a bug in KeePassXC code related to this functionality and I filled a bug report (https://github.com/keepassxreboot/keepassxc/issues/10713) and a PR to fix it (https://github.com/keepassxreboot/keepassxc/pull/10712).

idrassi avatar May 08 '24 16:05 idrassi