-
Hi ! @utelle Just a quick question: Could you explain the differences between the "new" Raw key data examples (taken from the doc):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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.
The variants of In contrast, I have to admit that the new pragma should be documented. |
Beta Was this translation helpful? Give feedback.
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).The variants of
PRAGMA key=
with raw values were introduced to pr…