Skip to content

Specify Key Directly #102

Closed
Closed
@franziskuskiefer

Description

@franziskuskiefer

SQLCipher allows to specify the used key directly (not using a password).
From SQLCipher:

The hexrekey pragma may be used to rekey to a specific binary value

PRAGMA rekey = "x'2DD29CA851E7B56E4697B0E1F08507293D761A05CE4D1B628663F411A8086D99'";

This can be accomplished programtically by using sqlite3_rekey;

sqlite3_rekey(sqlite3 *db, const void *pKey, int nKey)

Am I missing something or is this not possible with the Android SQLite API?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions