Skip to content

Clarification between "pragma key = x'...'" and "pragma hexkey = ..." #83

Answered by utelle
Willena asked this question in Q&A
Discussion options

You must be logged in to vote

Just a quick question: In the 1.3.10 release, pragma hexkey/hexrekey was added.

Yes, this new pragma was added to provide better compatibility with the official SEE extension (see paragraph 6). If a passphrase contains binary data, it is cumbersome to specify it as a string value, if at all possible. PRAGMA hexkey= allows to specify a hexadecimal encoded string that is intercally decoded to binary data (which are then used to derive the actual encryption key).

Could you explain the differences between the "new" pragma hexkey and existing pragma key with raw values shown in the documentation website, pragma key section ?

The variants of PRAGMA key= with raw values were introduced to pr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Willena
Comment options

Answer selected by Willena
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants