Stahlreck Posted January 11, 2019 Report Posted January 11, 2019 (edited) 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, 2019 by Stahlreck
mriw Posted January 11, 2019 Report Posted January 11, 2019 (edited) 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, 2019 by mriw added additional information 1
Hussein Posted July 9, 2020 Report Posted July 9, 2020 Has any progress been made to this. This is a very important security feature.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now