Files
pallectrum/electrum/gui
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-08-20 09:03:11 +02:00
2019-11-04 22:24:36 +01:00
2020-02-08 12:35:07 +01:00