Encryption

Issue #100 new
Alexander Reyes created an issue

I have this plugin https://github.com/alexrainman/SQLite.Net.Cipher to do field base encryption.

The connection object inherits from SQLConnection but implements an interface to handle encryption

SecureDatabase : SQLiteConnection, ISecureDatabase

Your extensions are not added to the SecureDatabase.

Is there a way we can look into this together to make it work?

Thanks.

Comments (2)

  1. Martin Kuckert

    Strange. As far I understand they should be added. Have you tried to add a using for our namespace manually?

  2. Alexander Reyes reporter

    I found that making my connection an instance of SecureDatabase instead of the Interface makes your Extensions available but, they won use encryption because its added only to my Secure methods. Is there a way we can merge mine into yours?

  3. Log in to comment