Security concerns #141
sergembamba
started this conversation in
Ideas
Replies: 1 comment
-
|
Thanks for starting the discussion, @sergembamba First, I'll let you know my main concern with local encryption and then I'm keen to hear your thoughts: By performing local encryption of the values, I think we give a false sense of security that these values are secure. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
@java-james The issue(#73) has been marked as closed, but the proposed resolution may not be entirely sufficient. Even if the .env file is generated from managed secrets in CI, those values remain accessible once the APK is downloaded.
Should we consider implementing a local symmetric encryption mechanism before packaging these assets into the APK to better protect the secret variables?
Beta Was this translation helpful? Give feedback.
All reactions