File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,33 @@ Data is always encrypted in transit using TLS — both between the client and Po
88
99### At Rest Encryption
1010
11- The client-side database can be encrypted at rest using [ SQLCipher] ( https://www.zetetic.net/sqlcipher/ ) .&#x 20 ;
11+ The client-side database can be encrypted at rest using [ SQLCipher] ( https://www.zetetic.net/sqlcipher/ ) .
1212
13- SQLCipher support is currently available for our React Native SDK through the ` @powersync/op-sqlite ` package. See usage details in the package README:
13+ This is currently available for:
14+
15+ <Accordion title = " Flutter" icon = " flutter" >
16+ SQLCipher support is available for Flutter through the ` powersync_sqlcipher ` SDK. See usage details in the package README:
17+
18+ <Card
19+ title = " powersync_sqlcipher"
20+ icon = " flutter"
21+ href = " https://pub.dev/packages/powersync_sqlcipher"
22+ horizontal
23+ />
24+ </Accordion >
25+
26+ <Accordion title = " React Native & Expo" icon = " react" >
27+ SQLCipher support is available for React Native through the ` @powersync/op-sqlite ` package. See usage details in the package README:
1428
1529<Card
1630 title = " npm: @powersync/op-sqlite"
1731 icon = " npm"
1832 href = " https://www.npmjs.com/package/@powersync/op-sqlite"
1933 horizontal
2034/>
35+ </Accordion >
36+
37+
2138
2239Support for SQLCipher on other platforms is planned. In the meantime, let us know with your needs and use cases on [ Discord] ( https://discord.gg/powersync ) .
2340
You can’t perform that action at this time.
0 commit comments