hxu1
hxu1
The Linux version doesn't have TOTP in the UI. I think the algorithm and everything is already implemented, it's just a matter of hooking it up to the UI. Reference...
Currently, Password Safe is using `XSendEvent` (default) or `XTest` to do autotype: https://github.com/pwsafe/pwsafe/blob/master/src/os/unix/xsendstring.cpp On Wayland, applications are more isolated, and this would stop working. ### Possible solutions One option is...
After the fix in #1292 , all fields except the Notes field now have backslash properly escaped. I didn't change the Notes field because the code for it looks quite...