Recover deleted records from encrypted Sqlite db

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.

Hello @anonkash12 - SQLCipher deliberately protects against forensic analysis of deleted data by enabling secure delete. This causes freed pages to be zeroed out on delete to hinder recovery.