mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-23 17:28:17 +00:00
Update README.md
This commit is contained in:
parent
df092f0a7a
commit
c060791ea1
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user