We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede8645 commit f66d788Copy full SHA for f66d788
README.md
@@ -78,7 +78,7 @@ All three take a `byte[]` to use as the passphrase (if you have a `char[]`, use
78
`SQLiteDatabase.getBytes()` to get a suitable `byte[]` to use).
79
80
Two offer a `SQLiteDatabaseHook` parameter that you can use
81
-for executing SQL statements before or after the passphrase is used to decrypt
+for executing SQL statements before or after the passphrase is used to key
82
the database.
83
84
The three-parameter constructor also offers `clearPassphrase`, which defaults
0 commit comments