Hello,
I am looking for a secure method to store sensitive data, such as passwords, in my application. I want to ensure that if my APK is decompiled, this sensitive information cannot be easily exposed or extracted.
I attempted to find a solution on ChatGPT but received B4A code filled with errors.
Is there a simpler way to permanently store and retrieve sensitive data while keeping it protected from being hardcoded in the source code?
Thank you for your assistance.
I am looking for a secure method to store sensitive data, such as passwords, in my application. I want to ensure that if my APK is decompiled, this sensitive information cannot be easily exposed or extracted.
I attempted to find a solution on ChatGPT but received B4A code filled with errors.
Is there a simpler way to permanently store and retrieve sensitive data while keeping it protected from being hardcoded in the source code?
Thank you for your assistance.