-
Notifications
You must be signed in to change notification settings - Fork 4
Feat: Encryption with multiple ciphers #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
8c1c14a
c645b95
6437b19
38cc5c3
6a7cee4
e3c2c05
7c5f319
6fea237
99c5df8
199bf09
56319e3
bc8a9c1
1eb90af
c0c2108
d1f8854
ae0c3b4
0021eac
9113d9c
96cb6d9
94e4b06
7fd92da
2da0c82
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@journeyapps/wa-sqlite": minor | ||
--- | ||
|
||
Enable database encryption with multiple ciphers |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
"_sqlite3mc_vfs_create", | ||
"_sqlite3mc_config", | ||
"_sqlite3mc_cipher_index", | ||
"_sqlite3mc_config_cipher", | ||
"_sqlite3mc_cipher_count", | ||
"_sqlite3mc_cipher_name" | ||
] |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -260,4 +260,4 @@ | |
"_sqlite3_wal_checkpoint", | ||
"_sqlite3_wal_checkpoint_v2", | ||
"_sqlite3_wal_hook" | ||
] | ||
] |
Uh oh!
There was an error while loading. Please reload this page.