January 11, 20197 yr Hi Enpass team As you may know, the newest stable Windows 10 update (1809) brought in a new clipboard that can save multiple items into a history and even sync that history via cloud to other devices. Of course that's not really what I want to happen with my passwords. Recently KeePass released their version 2.41 that includes an option to prevent the application from saving passwords into that history. Could you maybe look into such an option too? Edited January 11, 20197 yr by Stahlreck
January 11, 20197 yr can't be that difficult and is a major security improvement. https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.datatransfer.clipboardcontentoptions.isroamable https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.datatransfer.clipboardcontentoptions.isallowedinhistory#Windows_ApplicationModel_DataTransfer_ClipboardContentOptions_IsAllowedInHistory Those two options set properly should do the trick when using this method https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.datatransfer.clipboard.setcontentwithoptions to get the content to the clipboard. Edited January 11, 20197 yr by mriw added additional information
Create an account or sign in to comment