Is there a linux tool to open or query sqlcipher database in the terminal?

Is there a linux tool to open or query sqlcipher database in the terminal such as the sqlite? I am aware of DB Browser but if I have a sqlcipher db in a remote server that I want to query, what would be the best tool to use?

Hi @lancecontreras

You might want to take a look here:

Ok, we have the commercial license for sqlcipher, I checked on the zip file that I downloaded from zetetic website. There’s a sqlcipher.exe under the shell folder, but that’s for windows. Is there anything we can use for linux?

Hello @lancecontreras

For the Linux platform, you can compile the command line shell following these steps.