FrozenAssassine / EasePass

A simple C# password manager
https://easepass.frozenassassine.de
MIT License
12 stars 0 forks source link

The passwords should be removed from RAM when inactivity started #60

Closed finn-freitag closed 8 months ago

finn-freitag commented 10 months ago

When inactivity started:

  1. Clear all ObservableCollection
  2. GC.Collect();
  3. Override the Data