sudeep singh wrote: > > Currently we are using sql-net-pcl nuget package ( > https://www.nuget.org/packages/sqlite-net-pcl/) to insert the data. Now, my > task is to encrypt the same data using SEE. >
I've never used (or worked on) the "SQLite-net-pcl" project before; however, it appears to support use of SEE via compiling a native custom native SQLite DLL with SEE support enabled, which can be accomplished following the instructions here: https://www.sqlite.org/see/doc/trunk/www/readme.wiki After the DLL is compiled, it should be renamed to "sqlite3" (for Windows) or "libsqlite3" (for other operating systems). This should allow the Mono and/or .NET to find it. I assume it will need to be located in the same directory as the managed "SQLite-net-pcl" assemblies. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users