Topic: SQLite

Hello MVD

How to encrypt sqlite or set a password?

Thanks!

2 (edited by sibprogsistem 2019-11-09 14:02:00)

Re: SQLite

manixs2013 wrote:

Hello MVD

How to encrypt sqlite or set a password?

Thanks!

There are many third party components that will read/write SQLite databases, but there is no standard encryption method used, if they support encryption. This means that a database encrypted with SQLCipher via DB Browser for SQLite may not be able to be opened in another application, and vice versa - SQLCipher only recognises 256-bit AES, so databases encrypted in other applications may not be able to be decrypted. If this is the case, DB Browser for SQLite will display the message, "Invalid file format".

https://github.com/sqlitebrowser/sqlite … -Databases

use built-in functions MVDB
EncryptRC5(,) EncryptFileRC5(,)

Re: SQLite

There has been a lot of discussion around this subject. Currently, you can encrypt some tables but not the entire db / app.

http://myvisualdatabase.com/forum/viewt … 553#p22553