Is there a way to remove decryption out of sqlite db

Is there a way to remove decryption out of sqlite db

Hi,
I use dotconnect universal with sqlite and the Encryption of SQLiteCrypt:

UniConnection conn = new UniConnection("Provider=SQLite; Data Source=database.db; Encryption=SQLiteCrypt; SQLiteCrypt License Key=00000-000-0000000-00000; FailIfMissing = false; password=best");
conn.Open();
Is there also a way to remove the encryption ?

Thanks and regards
Uwe