Skip to content

Commit

Permalink
Merge pull request sqlcipher#226 from king6cong/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
developernotes authored Jun 30, 2017
2 parents e48b328 + c060791 commit 15bfa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ obtain the encryption key for the database
PRAGMA key = 'passphrase';

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
key data without key derivation.

Expand Down

0 comments on commit 15bfa66

Please sign in to comment.