Is it possible to obtain a key from connected database? #35
Replies: 1 comment 1 reply
-
With The passphrase is never stored in the database itself. It is not even saved in memory, unless you use URI parameters with the database file name or you save it in your own application. Therefore, it is the user's responsibility to provide the correct passphrase on opening an existing database file. There is one exception,: the SQL command |
Beta Was this translation helpful? Give feedback.
-
I need a key to open a new connection or to attach a database in an another connection (that can be later than an original database was opened).
pragma key
returnsSQL logic error
.pragma <db alias>.key
returns no row.Or do I need to store the keys myself?
Beta Was this translation helpful? Give feedback.
All reactions