0

I have a sqlcipher file locally, which is encrypted. How can I connect to it and dosomthing using java code? like execute sql,I tried a lot, but all failed.

I try this, but failed

<dependency>
    <groupId>org.xerial</groupId>
    <artifactId>sqlite-jdbc</artifactId>
    <version>3.44.1.0</version>
</dependency>

Help me!

2
  • You can try to use some open source tools and try to see if you can connect properly before you continue with what you are doing later. Commented Jun 4, 2024 at 9:04
  • SQLCipher for JDBC: zetetic.net/sqlcipher/jdbc Commented Jun 5, 2024 at 15:07

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.