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
8
8
9
9
### At Rest Encryption
10
10
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/ ) .
12
12
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:
14
28
15
29
<Card
16
30
title = " npm: @powersync/op-sqlite"
17
31
icon = " npm"
18
32
href = " https://www.npmjs.com/package/@powersync/op-sqlite"
19
33
horizontal
20
34
/>
35
+ </Accordion >
36
+
37
+
21
38
22
39
Support 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 ) .
23
40
You can’t perform that action at this time.
0 commit comments