Can we encrypt the join tables inside the database?

We have relational tables, so can we encrypt the all tables?

Hello @Malyadri - SQLCipher is a full database encryption library. That means that all of the data, including all tables, indexes, are encrypted.

thank you for confirmation.