Skip to content

Commit fe7e43a

Browse files
authored
SQLcipher for dart (#3)
1 parent 26908e0 commit fe7e43a

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

usage/use-case-examples/data-encryption.mdx

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff 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/). 
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

2239
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).
2340

0 commit comments

Comments
 (0)