Can Hacker retrieve the API and other keys from app which is created by kodular

Hi Team ,

Is that possible that can hacker retrieve the API and other keys from app which is created by kodular and if yes then how to secure those keys any components available.

Please help me .

1 Like

obfuscatetext
Use this block to hide API keys etc.

1 Like

If you set it from Designer it is very likely that your key will be exposed

I recommend use Cryptography component to hide API Keys using blocks

https://docs.kodular.io/components/utilities/cryptography/

3 Likes

Use Cryptography Component
Obfuscated Text block is not 100% guaranteed…

Wich Block should we use to hide the API keys ?