Merge pull request #226 from king6cong/patch-1

Update README.md
This commit is contained in:
Nick Parker 2017-06-30 08:06:16 -05:00 committed by GitHub
commit 15bfa66d23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ obtain the encryption key for the database
PRAGMA key = 'passphrase'; PRAGMA key = 'passphrase';
Alternately, you can specify an exact byte sequence using a blob literal. If you Alternately, you can specify an exact byte sequence using a blob literal. If you
use this method it is your responsibility to ensure that the data you provide a use this method it is your responsibility to ensure that the data you provide is a
64 character hex string, which will be converted directly to 32 bytes (256 bits) of 64 character hex string, which will be converted directly to 32 bytes (256 bits) of
key data without key derivation. key data without key derivation.