Skip to content

Unable to open Signal database (Error: file is not a database) #407

@7763sea

Description

@7763sea

Expected Behavior

Actual Behavior

Steps to Reproduce

signal.zip

SQLCipher version (can be identified by executing PRAGMA cipher_version;):
SQLCipher version 3.25.2 2018-09-25 19:08:10
SQLCipher for Android version:
3.5.9
Note: If you are not posting a specific issue for the SQLCipher library, please consider posting your question to the SQLCipher discuss site. Thanks!

PRAGMA cipher_default_kdf_iter = 1;
PRAGMA cipher_default_page_size = 4096;

//PRAGMA key ="x'fa2abf101a458d0be506e366bfa2d7a9dfe17e8c90d81e5a671eb3f4ed916cd9'";
PRAGMA key ="fa2abf101a458d0be506e366bfa2d7a9dfe17e8c90d81e5a671eb3f4ed916cd9";

//PRAGMA cipher_use_hmac = off;

PRAGMA kdf_iter = '1';
PRAGMA cipher_page_size = 4096;

ATTACH DATABASE 'plaintext.db' AS plaintext KEY "";
SELECT sqlcipher_export('plaintext');
DETACH DATABASE plaintext;

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