You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resulting file can be opened with an editor/sql viewer of choice without providing the specified password. The same code when compiled on windows however, will result in an encrypted Database.
It is used within the electron-react-boilerplate
@journeyapps/sqlcipher version is 5.3.1
I tested it on manjaro 5.12 and manjaro 6.1.
The text was updated successfully, but these errors were encountered:
dashDotter
changed the title
Database created are not encrypted on Linux (Manjaro 5.15.112), electron-react-boilerplate
Databases created are not encrypted on Linux (Manjaro 5.15.112), electron-react-boilerplate
May 31, 2023
The database is created via the following code.
called somewhere else in the project via:
The resulting file can be opened with an editor/sql viewer of choice without providing the specified
password
. The same code when compiled on windows however, will result in an encrypted Database.It is used within the electron-react-boilerplate
@journeyapps/sqlcipher version is 5.3.1
I tested it on manjaro 5.12 and manjaro 6.1.
The text was updated successfully, but these errors were encountered: