diff --git a/usage/use-case-examples/data-encryption.mdx b/usage/use-case-examples/data-encryption.mdx
index 86673b82..d3f25e8b 100644
--- a/usage/use-case-examples/data-encryption.mdx
+++ b/usage/use-case-examples/data-encryption.mdx
@@ -8,9 +8,23 @@ Data is always encrypted in transit using TLS — both between the client and Po
### At Rest Encryption
-The client-side database can be encrypted at rest using [SQLCipher](https://www.zetetic.net/sqlcipher/).
+The client-side database can be encrypted at rest using [SQLCipher](https://www.zetetic.net/sqlcipher/).
-SQLCipher support is currently available for our React Native SDK through the `@powersync/op-sqlite` package. See usage details in the package README:
+This is currently available for:
+
+
+SQLCipher support is available for Flutter through the `powersync_sqlcipher` SDK. See usage details in the package README:
+
+
+
+
+
+ SQLCipher support is available for React Native through the `@powersync/op-sqlite` package. See usage details in the package README:
+
+
+
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).