WPF window keeps dwm border color
I am trying to make a WPF window that behaves exactly like a WinUI3 window (with ExtendsContentIntoTitleBar
set) on Windows11. It should have a window border drawn by dwm that will show accent color if you check this in system settings
Where to store nonhashed passwords on windows
I am required to store a list of passwords and names on a windows 10. My issue is, the user needs a way to access the original passwords. I am aware that hashing plus salt is the way to go traditionally but that’s not an option as I need a way to get original password. I am aware this is unsafe no matter what I do but I am looking for best solution.