Status of PRAGMA hexkey

I need to decrypt a database with a non-printable passphrase. After doing a bit research it seems PRAGMA hexkey is what I need. However, since PRAGMA hexkey is not documented, I’m wondering if it is unsupported and might get removed in a future release?

Hello @yichi-yang - We don’t have any plans to remove hexkey support at this time. If you need to use a non-printable passphrase you can use that. Another alternative, if you are dealing with random key data, would be to use a Raw Key.

Thanks. Since I do need key derivation hexkey seems like the way to go.