Skip to content

SQLDroid supports encryption using SQLCipher - Need help to integrate new code #80

@SAMSA-IT

Description

@SAMSA-IT

Hello all,

my team modified the code of SQLDroid to work with SQLCipher on top of SQLite. This adds the feature of 256 bit AES encryption to SQLDroid.
https://github.com/sqlcipher/sqlcipher

It took around 12 small code changes to do it. In my eyes it would be best to enhance SQLDroid with some kind of switch, which would allow to activate/deactivate encryption. (Our new code currently only works with encryption now and the "normal" mode does not exist anymore.)

My team and I are not sure on what would be the best solution for the switch and where would be the right place to integrate it into SQLDroid.

Would anyone be interested to help?

We could provide our changed code including a documentation on all changes we made.

Best regards,

Manuel

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