You can buy this project and download/modify it how often you want.
package net.sqlcipher.database; public interface SQLiteDatabaseHook { void preKey(SQLiteDatabase database); void postKey(SQLiteDatabase database); }