Encrypt Database with SQLite-net and .NET MAUI (or Xamarin.Forms!)
In this video we will see how to create and work with a SQLCipher encrypted database in .NET MAUI. The code that is shown will also still work with Xamarin.Forms. I will walk you through the existing code I created in a previous video with the CRUD actions for SQLite and then proceed with how to encrypt your database with sqlite-net-sqlcipher.
What you will learn
- Encrypt SQLite Database with .NET MAUI
- STOP! Do This First…
- SQLite CRUD App Sample
- Implement SQLite Encryption
Good to know
- The demo focuses on practical usage, so validate package/version details against your current MAUI target before shipping.