From c060791ea1df1d3fa134eb86ba75f858bfbabf71 Mon Sep 17 00:00:00 2001 From: wangcong Date: Thu, 29 Jun 2017 02:01:30 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67cc7a7d..fcba998d 100644 --- a/README.md +++ b/README.md @@ -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.