-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
What's the difference between DB4 SQLCipher.exe and DB4 SQLite.exe? #3049
-
They both seem to open the same app, I'm not sure what the difference between the two is
Beta Was this translation helpful? Give feedback.
All reactions
The SQLCipher
one has built in encryption, based on SQLCipher. The SQLCipher library gets released every now and then, but is generally based upon a slightly older version of SQLite than whatever the latest release is.
The other one doesn't have encryption built in. Instead, it uses the very latest version of SQLite that was available at the time of release.
Does that help? 😄
Replies: 1 comment 1 reply
-
The SQLCipher
one has built in encryption, based on SQLCipher. The SQLCipher library gets released every now and then, but is generally based upon a slightly older version of SQLite than whatever the latest release is.
The other one doesn't have encryption built in. Instead, it uses the very latest version of SQLite that was available at the time of release.
Does that help? 😄
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes, it does. Plenty thanks!
Beta Was this translation helpful? Give feedback.