You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHP Desktop
Hello I want to encrypt my database and I was successfully to encrypt it using sqlcipher but when I try to connect using php, I get this error here
Warning: SQLite3::query(): Unable to prepare statement: file is not a database in C:\Users\NewVemo\Desktop\phpdesktop-chrome-130.1-php-8.3\phpdesktop-chrome-130.1-php-8.3\www\index.php on line 11 Error: Failed to authenticate: Invalid encryption key or database.
How can I manage implementing security to my database?
Czarek Tomczak
unread,
Jan 16, 2025, 3:55:51 PMJan 16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHP Desktop
Is the error you get related to phpdesktop or is it general PHP issue? Because it seems a general PHP issue. Make sure your database is compatible with the PHP version shipped with php desktop and its sqlite driver. You can replace PHP binaries shipped with phpdesktop if you need to.