I use win-sqlcipher in electron windows10.
Install package successfully, use "PRAGMA KEY = 'secret'" encrypt database, everything is ok, my code can read data correctly.
But I can't read this encrypted database file by other database software. When I use Linqpad open the file, it prompt "file is encrypted or is not a database", even though I use the password like the "PRAGMA KEY".
I use win-sqlcipher in electron windows10.
Install package successfully, use "PRAGMA KEY = 'secret'" encrypt database, everything is ok, my code can read data correctly.
But I can't read this encrypted database file by other database software. When I use Linqpad open the file, it prompt "file is encrypted or is not a database", even though I use the password like the "PRAGMA KEY".