mhogomchungu / zuluCrypt

zuluCrypt is a front end to cryptsetup and tcplay and it allows easy management of encrypted block devices
https://mhogomchungu.github.io/zuluCrypt
Other
509 stars 61 forks source link

potential exposure of sensitive data in debug window #170

Closed G0rd0n closed 3 years ago

G0rd0n commented 3 years ago

I noticed that the debug window of Zulucrypt shows the location of previously used files. Is it possible to provide an option to 'clear on exit'? For some professions this visibility of the encrypted files may lead to the exposure of sensitive data.

mhogomchungu commented 3 years ago

The git version now add entries to the log window only for operations that took place while the log window is activated and i think this should be good enough.

Closing now as fixed but feel free to comment if you think this is not adequate.

G0rd0n commented 3 years ago

This seems like a very elegant solution :)