Idered / snatch

📋 Beautiful clipboard manager for Windows
http://snatch.kasper.io
MIT License
272 stars 12 forks source link

Privacy #9

Open Idered opened 3 years ago

Idered commented 3 years ago

Currently history is saved in sqlite database. It should be protected somehow.

Should it be password protected or entries should be hashed?

Can anyone advice on this topic?

Riajyuu commented 3 years ago
  1. allow blacklist certain apps from monitoring. Maybe hardcode all major password managers, like lastpass.exe, keepass.exe
  2. allow history expired by days, as ditto allows that.
  3. if history is going protected, aka encryption introduced, performance impacted must be considered, especially when history is large amount of entries.
ghost commented 8 months ago

Hi @Idered and @Riajyuu!

can we add a public and private key to see what is copied?