Encrypted MariaDB

Hello,

I am testing EXEoutput before buying. I set up a small test for evaluation with short code and MariDB. It works as expected but I need encryption on database. Can someone provide me correct steps to enable it as I beleive it can be done.

Thanks, Alex

I don’t know MariaDB encryption, but for Sqlite I’m using my own wxsqlite wrapper --> https://github.com/0red/sqlite_encryped_for_js_php

Thank you jrusin fro reply. For SQLite I use PDO_sqlchiper and php 7.1… works like a charm :smile: Will peek into your solution also. I think for most cases SQlite is ok to go with but in some cases lack of stored procedures can be an issue (when migrating code from sql for example)