How to setup react-native-sqlite-storage with Cipher support?
See original GitHub issueThere was a discussion about this at https://github.com/andpor/react-native-sqlite-storage/issues/40.
It is possible to use react-native-sqlite-storage
with Cipher right now?
If it is, may someone share the guideline?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
react-native-sqlcipher - npm
SQLCipher(SQLite3) plugin for React Native. ... Start using react-native-sqlcipher in your project by running `npm i react-native-sqlcipher` ...
Read more >How to use the react-native-sqlite-storage.openDatabase ...
To help you get started, we've selected a few react-native-sqlite-storage examples, based on popular ways it is used in public projects. ; open()...
Read more >Use encrypted database in react-native - Stack Overflow
I need to create an encrypted database using SQL-cipher in react-native. To do that I found a react-native-sqlite-storage fork modified by ...
Read more >react-native-sqlite-storage-cipher 2.0.1 on npm - Libraries.io
iOS · Step 1. Install Dependencies · Step 1a. If rnpm link does not work for you you can try manually linking according...
Read more >Using SQLite with React Native - LogRocket Blog
However, if you're using SQLite bundled with the react-native-sqlite-storage library, you can add the code below to your react-native.config.js ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dryganets Sorry for lots of messages. More info from logcat
I don’t understand why is this? Because same works with original.
-EDIT- Okay, looks like I have to place data folder inside assets. I will check encryption now. Thanks
You need to configure it. Currently js doesn’t pass the pageSize. If you need to support it it should be straight forward to implement for both Android and iOS. see: https://www.zetetic.net/sqlcipher/sqlcipher-api/
On Mon, Aug 13, 2018, 10:43 AugustLeo notifications@github.com wrote: