On Thursday, 2 January, 2020 15:48, Mike King <making1...@gmail.com> wrote:

>I'm porting some code from .Net 4.8 to .Net Core 3.1 using the latest
>System.Data.Sqlite. How do I change / set a database password if my
>password is a byte array? It looks like I can use Pragma Key= if my
>password is text but I use hex passwords.

Assuming it is supported then one sends blobs the way one always sends 
arbitrary blobs:

pragma key=X'0123456789ABCDEF';

-- 
The fact that there's a Highway to Hell but only a Stairway to Heaven says a 
lot about anticipated traffic volume.



_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to