Encrypt SQLite3

1

Is there a free way to encrypt SQLite3 database?

I've seen some very expensive proprietary software.

    
asked by anonymous 12.02.2016 / 14:21

1 answer

3

It gives a bit of work because it has nothing ready to use with PHP, but there are libraries that can be integrated or replace the standard SQLite:

12.02.2016 / 14:35