Can Cryptography keys be found when the apk has been built?

Title.

To make it easier: When a component has options, like the Cryptography component, can those values be fetched from the APK?

Thanks in advance for your answer!

Yes, it’s always possible, even if the value is somehow obfuscated.

Then how would it be possible to secure api keys?

Proxy things through a server you manage with the appropriate security measures. I use Vercel.com just for that.

Can You Explain Please

I always write some server code which makes requests to APIs with specific parameters upon an HTTP request. Then I make a request from my app and get the response.

I will be very thankful if you make a Detailed Guide Post about this.

1 Like

Look this maybe help !

1 Like