在本机应用程序中保护密钥

时间:2019-06-04 06:05:39

标签: android react-native

我知道将秘密密钥保存在客户端不是100%安全。但是至少要保持它不暴露在外部,因此在strings.xml内的app/src/main/res/values/strings.xml内添加了它。我想在其中访问这些字符串我的js代码,怎么可能?

`<resources>
   <string name="app_name">wewe</string>
   <string name="auth_user_NAME">******</string>
   <string name="auth_password">*******</string>
</resources>`

0 个答案:

没有答案