Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b59212

Browse files
committed
Merge branch 'pull-283' into prerelease
2 parents 532f48f + dd3749b commit 5b59212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ key data without key derivation.
5353

5454
PRAGMA key = "x'2DD29CA851E7B56E4697B0E1F08507293D761A05CE4D1B628663F411A8086D99'";
5555

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.
5757
The data provided in `pKey` is converted to an encryption key according to the
5858
same rules as `PRAGMA key`.
5959

@@ -73,7 +73,7 @@ The hex rekey pragma may be used to rekey to a specific binary value
7373

7474
PRAGMA rekey = "x'2DD29CA851E7B56E4697B0E1F08507293D761A05CE4D1B628663F411A8086D99'";
7575

76-
This can be accomplished programtically by using sqlite3_rekey;
76+
This can be accomplished programmatically by using sqlite3_rekey;
7777

7878
sqlite3_rekey(sqlite3 *db, const void *pKey, int nKey)
7979

0 commit comments

Comments
 (0)