Currently, wipe lists only allow you to delete files and folders on disk and registry keys.
But there are applications that store various data about their activity in SQLite tables, saved in files on disk.
It often happens that in addition to tables containing traces of user activity, tables with data required for the program to function are also saved in the same file. Because of this, it is not possible to delete the entire file containing such tables.
So it would be nice if wipe lists had the ability to clear the contents of SQLite tables in such files without deleting the file itself.
SQLite tables in wipe lists
Forum rules
Discussion on the R-Wipe & Clean and R-Crypto software
Discussion on the R-Wipe & Clean and R-Crypto software
Re: SQLite tables in wipe lists
I've passed this to our developers. Thank you for reporting.