Best Practice For Protecting And Hiding API Keys In Android Studio - 2023

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024
  • In this tutorial you'll learn the best practice to Keep your API Keys safe in Android Studio projects and then put your project on Git without anyone having access to your keys.

Комментарии • 15

  • @Beigi.A
    @Beigi.A Год назад +1

    Perfect ❤

  • @CalebFultz540
    @CalebFultz540 8 месяцев назад

    Those laptop fans are working overtime! Good info, thanks

    • @techwithfarmani
      @techwithfarmani  8 месяцев назад +1

      Thanks a lot
      I got a new mic to keep the fan sound away 😅

  • @tapeaudio
    @tapeaudio 6 месяцев назад

    we need more videos and i hope i can learn form u how to build an android app

    • @techwithfarmani
      @techwithfarmani  6 месяцев назад

      That's really kind of you. Happy to be helpful 😊

  • @nqmgaming2004
    @nqmgaming2004 3 месяца назад

    nice

  • @chi94
    @chi94 10 месяцев назад +1

    but how do you secure them when you release the app on the app store??

    • @maheshmahadar4780
      @maheshmahadar4780 9 месяцев назад

      yes, it will expose in decompile.

    • @techwithfarmani
      @techwithfarmani  8 месяцев назад

      I'll try to make a video to show useful techniques to prevent your source code to be exposed

  • @Nick-v8x
    @Nick-v8x 7 месяцев назад

    Your API key is hide only for devs. Anyone can get your apk and decompile it, and then find your ket in decompiled BuilcConfig file

    • @techwithfarmani
      @techwithfarmani  6 месяцев назад

      Yes, the rest is another technique to secure and protect app from reverse engineering.

  • @linac2435
    @linac2435 11 месяцев назад

    how you hide it using android studio Giraffe?