Is there a well-known, accepted method to safeguard the private keys (such those for AWS or Stripe) in the project so they won't leak without permission?
not kotlin but kotlin colored 2
f
Filip Wiesner
09/29/2023, 9:21 AM
Never store private keyes in your app. There are ways to hide/obfuscate the keys but there is always a way for attacker to access them.
Also not kotlin but kotlin colored