File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ key data without key derivation.
53
53
54
54
PRAGMA key = "x'2DD29CA851E7B56E4697B0E1F08507293D761A05CE4D1B628663F411A8086D99'";
55
55
56
- To encrypt a database programatically you can use the ` sqlite3_key ` function.
56
+ To encrypt a database programmatically you can use the ` sqlite3_key ` function.
57
57
The data provided in ` pKey ` is converted to an encryption key according to the
58
58
same rules as ` PRAGMA key ` .
59
59
@@ -73,7 +73,7 @@ The hex rekey pragma may be used to rekey to a specific binary value
73
73
74
74
PRAGMA rekey = "x'2DD29CA851E7B56E4697B0E1F08507293D761A05CE4D1B628663F411A8086D99'";
75
75
76
- This can be accomplished programtically by using sqlite3_rekey;
76
+ This can be accomplished programmatically by using sqlite3_rekey;
77
77
78
78
sqlite3_rekey(sqlite3 *db, const void *pKey, int nKey)
79
79
You can’t perform that action at this time.
0 commit comments