Is there a way of recovering deleted records from a sqlite db file which is encrypted. The password is known. Is there a tool or script available which will enable me to extract the records deleted from the db (encryption key known)?
I tried to use tools viz. undark, sqlite forensics recovery etc but they do not support encrypted dbs. I also went through https://linuxsleuthing.blogspot.com/2013/09/recovering-data-from-deleted-sqlite.html
but could not extract the deleted records.