Files
pallectrum/electrum/gui/qt
SomberNight 5259fcb6fd qt PasswordLineEdit: try to clear password from memory
If an attacker has access to the process' memory, it's probably already game over,
still we can make their life a bit harder.

I really tried but failed to encapsulate this logic inside PasswordLineEdit.
The destroyed signal arrives too late.
deleteLater is not called.
__del__ gets called too late.
2020-04-07 18:58:42 +02:00
..
2019-02-11 20:21:24 +01:00
2020-03-10 16:44:23 +01:00
2019-11-18 20:56:49 +01:00
2019-02-04 20:27:01 +01:00
2020-03-03 13:50:11 +01:00