Secrets management in mobile app (react-native) #1
Replies: 4 comments 6 replies
-
As also provided on the react-native documentation, to store sensitive data on react-native applications, we can use the pre-existing solutions available for Android and iOS platforms:
|
Beta Was this translation helpful? Give feedback.
-
Starting from v6, the react-native-sensitive-info library provides the listed features. Moreover, the library allows to add of an extra layer of security by requesting:
to unlock the encrypted data. |
Beta Was this translation helpful? Give feedback.
-
The react-native-keychain library provides the listed features too. This library also allows unlocking the encrypted data through:
|
Beta Was this translation helpful? Give feedback.
-
Moreover, through the
There should be a trade-off in terms of space and computation.
Obviously, any contribution is welcome! 🦸 |
Beta Was this translation helpful? Give feedback.
-
Hi there!
The title has already spoilered enough... 😅
We want to use this discussion to work out which is the best approach to managing secrets in react native mobile apps.
More specifically, we want to figure out which is the best practice to store secrets the biggest secrets in the Cosmos ecosystem, aka mnemonics 👀.
For this reason, as a result, we want this discussion to provide a sort of "standard" in mnemonic storing for react-native multi-platform applications surfing the web3 🏄 .
So, feel free to contribute, let's start thinking 🤔 and, obviously, proposing!
Beta Was this translation helpful? Give feedback.
All reactions