Connection with AES 128
Hi, sorry for my question but, how can i do a connection string with sqlite version 3 and aes 128 with c# application
i try to connect with this:
SQLiteConnection m_dbConnection = new SQLiteConnection("Data Source=" + System.Environment.CurrentDirectory + "\db.db3;Version=3;Password=Pass;FailIfMissing=True;");
but didn't work, so if someone can help me, i will appreciate it.