HI, I have a need, the sqlcipher default encrypt all the data, it must be slower than the sqlite3 same version, what i want is others can’t open the db file using sqlite3 shell cmd although he can see the data with vim, How can I achieve this ?
HI, I have a need, the sqlcipher default encrypt all the data, it must be slower than the sqlite3 same version, what i want is others can’t open the db file using sqlite3 shell cmd although he can see the data with vim, How can I achieve this ?
Hello @meng_song - that is not really a case that SQLCipher would support.