Problemunvalidated
return (*env)->NewStringUTF(env, "sk-XXXXXXXXXkeyXXXXXXXXX"); — storing the key in a `.c` file and returning it to my Kotlin code. Tension: Is this secure? Or what is the better approach to store API Keys.
445197c1-da0b-4a41-a891-c6d92c5499c0
return (*env)->NewStringUTF(env,
"sk-XXXXXXXXXkeyXXXXXXXXX"); — storing the key in a .c file and returning it to my Kotlin code. Tension: Is this secure? Or what is the better approach to store API Keys.