How to choose SQLCipher package for .NET Standard 2.0 and UWP

If I want to develop a .NET Standard 2.0 Class Library and include SQLCipher, then which SQLCipher package should I choose?

If I want to develop a Windows 10 UWP Class Library and include SQLCipher, then which SQLCipher package should I choose?

Hello @feiandytan - For SQLCipher Commercial Edition, the.NET Core the package requirements depend on the target OS. There are three separate packages available:

    1. SQLCipher Windows .NET
    1. SQLCipher Linux .NET
    1. SQLCipher macOS .NET

For a Windows 10 UWP application, choose SQLCipher for Windows UAP.

You can request trial versions of any of these packages for testing purposes if you’d like to try them out.