Replies: 1 comment
-
Hey @mr-africa Like the report says, AsyncStorage on Android is using built-in SQLite, which is not encrypting data by default. There is an option use use SQLCipher, but that'd require forking AsyncStorage and doing changes on it (as we provide SQLite as is, which should not be big security concern). Also, AsyncStorage does not let you run raw queries. Everything is abstracted away and injection is not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
My react native android app was audited by some security company. And they have found an issue in async-storage codebase.
I'm not sure is it real problem or not. But my employer require to fix these issues.
Could you help with it please
Beta Was this translation helpful? Give feedback.
All reactions