Are there any security risk to sensitive large binary data stored in file system when using react native framework in mobile apps?
Security risk to sensitive large binary data in react native based apps stored in file system?
141 views Asked by dann At
1
Yes, storing sensitive data in a binary file simply on the file system is problematic, seeing as any other program can read that file.
This has nothing to do directly with react-native, of course.