diff --git a/docs-src/docs/articles/ideas.md b/docs-src/docs/articles/ideas.md index e830fd5cd61..a50dc77f840 100644 --- a/docs-src/docs/articles/ideas.md +++ b/docs-src/docs/articles/ideas.md @@ -23,6 +23,8 @@ X- "react-native encryption" - "react localstorage" +- "react-native storage" + - "local database" diff --git a/docs-src/docs/articles/react-native-encryption.md b/docs-src/docs/articles/react-native-encryption.md index 8e00131f54d..e02feb73ada 100644 --- a/docs-src/docs/articles/react-native-encryption.md +++ b/docs-src/docs/articles/react-native-encryption.md @@ -7,7 +7,7 @@ description: Secure your React Native app with RxDB encryption. Learn why it mat # React Native Encryption and Encrypted Database/Storage -Data security is a critical concern in modern mobile applications. As React Native continues to grow in popularity for building cross-platform apps, ensuring that your data is protected—both at rest and in transit—is paramount. RxDB, a real-time database for JavaScript applications, offers powerful encryption features that can help you secure your React Native app's data. +Data security is a critical concern in modern mobile applications. As React Native continues to grow in popularity for building cross-platform apps, ensuring that your data is protected is paramount. RxDB, a real-time database for JavaScript applications, offers powerful encryption features that can help you secure your React Native app's data. This article explains why encryption is important, how to set it up with RxDB in [React Native](../react-native-database.md), and best practices to keep your app secure. @@ -19,7 +19,7 @@ Encryption ensures that, even if an unauthorized party obtains physical access t ## React Native Encryption Overview -React Native supports multiple ways to secure data at rest: +React Native supports multiple ways to secure local data: 1. **Encrypted Databases** Use databases with built-in encryption capabilities, such as SQLite with encryption layers or RxDB with its [encryption plugin](../encryption.md). diff --git a/docs-src/docs/backup.md b/docs-src/docs/backup.md index 48e6997fa4d..7208d1c732a 100644 --- a/docs-src/docs/backup.md +++ b/docs-src/docs/backup.md @@ -1,7 +1,7 @@ --- title: Backup slug: backup.html -description: Easily back up your RxDB database to JSON files and attachments on the filesystem with the Backup Plugin—ensuring reliable Node.js data protection. +description: Easily back up your RxDB database to JSON files and attachments on the filesystem with the Backup Plugin - ensuring reliable Node.js data protection. ---