SQLCipher and SQLitePCL

If there the way to use SQLCipher for UWP with SQLitePCL?

thanks

Hello @Ros_Haitovich

The client library included within SQLCipher for Windows UAP which is based on SQLite.Net-PCL is modified to support the keying API for SQLCipher, as well as properly initializing the entropy pool for the crypto provider utilized within SQLCipher. Unfortunately, using SQLitePCL would not be a drop in replacement.